Html Css Color HEX #6CD3CB Downy

📋 copy color: '#6CD3CB'

red 108 ◦ green 211 ◦ blue 203

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

Shades of Downy #6CD3CB

Tints of Downy #6CD3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.42%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 20.69%
G = 40.42%
B = 38.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#6CD3CB (or 0x6CD3CB) is known color: Downy. HEX triplet: 6C, D3 and CB. RGB value is (108,211,203). Sum of RGB (Red+Green+Blue) = 108+211+203=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD3CB is #932C34. Grayscale: #B3B3B3. Windows color (decimal): -9645109 or 13357932. OLE color: 13357932.

HSL color Cylindrical-coordinate representation of color #6CD3CB: hue angle of 175.34º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD3CB is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 108 211 203 -
CMYK 0.49 0 0.04 0.17
HSL 175.34º 0.54% 0.63% -
HSV(B) 175.34º 0.49% 0.83% -
XYZ 40.26 54.09 64.82 -
YUV 179.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 108 211 203 0.49 0 0.04 0.17 175.34 0.54 0.63
Hex 6C D3 CB 31 0 4 11 AF 36 3F
Octal 154 323 313 61 0 4 21 257 66 77
Binary 1101100 11010011 11001011 110001 0 100 10001 10101111 110110 111111

Color Harmonies of #6CD3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD3CB

Black with #6CD3CB

Text Example


Text Example

White with #6CD3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,211,203); }

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

background-color css

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

 a { background-color: rgb(108,211,203); }

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

border-color css

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

 span { border-color: rgb(108,211,203); }

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