Html Css Color HEX #6CCDC5 Downy

📋 copy color: '#6CCDC5'

red 108 ◦ green 205 ◦ blue 197

#6CCDC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6CCDC5

Tints of Downy #6CCDC5

RGB

 RED value IS 108 (42.58% from 255) = 21.18%

 GREEN value IS 205 (80.47% from 255) = 40.2%

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 21.18%
G = 40.2%
B = 38.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CCDC5 (or 0x6CCDC5) is known color: Downy. HEX triplet: 6C, CD and C5. RGB value is (108,205,197). Sum of RGB (Red+Green+Blue) = 108+205+197=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDC5 is #93323A. Grayscale: #AFAFAF. Windows color (decimal): -9646651 or 12963180. OLE color: 12963180.

HSL color Cylindrical-coordinate representation of color #6CCDC5: hue angle of 175.05º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDC5 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 197 -
CMYK 0.47 0 0.04 0.20
HSL 175.05º 0.49% 0.61% -
HSV(B) 175.05º 0.47% 0.8% -
XYZ 38.09 50.88 60.64 -
YUV 175.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 108 205 197 0.47 0 0.04 0.20 175.05 0.49 0.61
Hex 6C CD C5 2F 0 4 14 AF 31 3D
Octal 154 315 305 57 0 4 24 257 61 75
Binary 1101100 11001101 11000101 101111 0 100 10100 10101111 110001 111101

Color Harmonies of #6CCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDC5

Black with #6CCDC5

Text Example


Text Example

White with #6CCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CCDC5; }

 p { color: rgb(108,205,197); }

 H1.HeaderClassName
 {
   color: #6CCDC5;
 }
 .AnyTagClassName
 {
   color: #6CCDC5;
 }
</style>

background-color css

<style>
 a { background-color: #6CCDC5; }

 a { background-color: rgb(108,205,197); }

 div.DivClassName
 {
   background-color: #6CCDC5;
 }
 .BgClassName
 {
   background-color: #6CCDC5;
 }
</style>

border-color css

<style>
 span { border-color: #6CCDC5; }

 span { border-color: rgb(108,205,197); }

 td.TdClassName
 {
   border-color: #6CCDC5;
 }
 .TagClassName
 {
   border-color: #6CCDC5;
 }
</style>