Html Css Color HEX #6CDEC8 Downy

📋 copy color: '#6CDEC8'

red 108 ◦ green 222 ◦ blue 200

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

Shades of Downy #6CDEC8

Tints of Downy #6CDEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

 BLUE value IS 200 (78.52% from 255) = 37.74%

R = 20.38%
G = 41.89%
B = 37.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#6CDEC8 (or 0x6CDEC8) is known color: Downy. HEX triplet: 6C, DE and C8. RGB value is (108,222,200). Sum of RGB (Red+Green+Blue) = 108+222+200=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEC8 is #932137. Grayscale: #B9B9B9. Windows color (decimal): -9642296 or 13164140. OLE color: 13164140.

HSL color Cylindrical-coordinate representation of color #6CDEC8: hue angle of 168.42º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDEC8 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 222 200 -
CMYK 0.51 0 0.10 0.13
HSL 168.42º 0.63% 0.65% -
HSV(B) 168.42º 0.51% 0.87% -
XYZ 42.73 59.6 63.9 -
YUV 185.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 108 222 200 0.51 0 0.10 0.13 168.42 0.63 0.65
Hex 6C DE C8 33 0 A D A8 3F 41
Octal 154 336 310 63 0 12 15 250 77 101
Binary 1101100 11011110 11001000 110011 0 1010 1101 10101000 111111 1000001

Color Harmonies of #6CDEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDEC8

Black with #6CDEC8

Text Example


Text Example

White with #6CDEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,222,200); }

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

background-color css

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

 a { background-color: rgb(108,222,200); }

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

border-color css

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

 span { border-color: rgb(108,222,200); }

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