Html Css Color HEX #6CD8C7 Downy

📋 copy color: '#6CD8C7'

red 108 ◦ green 216 ◦ blue 199

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

Shades of Downy #6CD8C7

Tints of Downy #6CD8C7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.3%

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 20.65%
G = 41.3%
B = 38.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#6CD8C7 (or 0x6CD8C7) is known color: Downy. HEX triplet: 6C, D8 and C7. RGB value is (108,216,199). Sum of RGB (Red+Green+Blue) = 108+216+199=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8C7 is #932738. Grayscale: #B5B5B5. Windows color (decimal): -9643833 or 13097068. OLE color: 13097068.

HSL color Cylindrical-coordinate representation of color #6CD8C7: hue angle of 170.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD8C7 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 216 199 -
CMYK 0.50 0 0.08 0.15
HSL 170.56º 0.58% 0.64% -
HSV(B) 170.56º 0.5% 0.85% -
XYZ 41.05 56.42 62.76 -
YUV 181.77 137.72 75.38 -
System Red Green Blue C M Y K H S L
Decimal 108 216 199 0.50 0 0.08 0.15 170.56 0.58 0.64
Hex 6C D8 C7 32 0 8 F AB 3A 40
Octal 154 330 307 62 0 10 17 253 72 100
Binary 1101100 11011000 11000111 110010 0 1000 1111 10101011 111010 1000000

Color Harmonies of #6CD8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD8C7

Black with #6CD8C7

Text Example


Text Example

White with #6CD8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,216,199); }

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

background-color css

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

 a { background-color: rgb(108,216,199); }

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

border-color css

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

 span { border-color: rgb(108,216,199); }

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