Html Css Color HEX #6CDDC9 Downy

📋 copy color: '#6CDDC9'

red 108 ◦ green 221 ◦ blue 201

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

Shades of Downy #6CDDC9

Tints of Downy #6CDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 20.38%
G = 41.7%
B = 37.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6CDDC9 (or 0x6CDDC9) is known color: Downy. HEX triplet: 6C, DD and C9. RGB value is (108,221,201). Sum of RGB (Red+Green+Blue) = 108+221+201=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDC9 is #932236. Grayscale: #B8B8B8. Windows color (decimal): -9642551 or 13229420. OLE color: 13229420.

HSL color Cylindrical-coordinate representation of color #6CDDC9: hue angle of 169.38º degrees, saturation: 0.62, 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 #6CDDC9 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 221 201 -
CMYK 0.51 0 0.09 0.13
HSL 169.38º 0.62% 0.65% -
HSV(B) 169.38º 0.51% 0.87% -
XYZ 42.58 59.12 64.42 -
YUV 184.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 108 221 201 0.51 0 0.09 0.13 169.38 0.62 0.65
Hex 6C DD C9 33 0 9 D A9 3E 41
Octal 154 335 311 63 0 11 15 251 76 101
Binary 1101100 11011101 11001001 110011 0 1001 1101 10101001 111110 1000001

Color Harmonies of #6CDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDC9

Black with #6CDDC9

Text Example


Text Example

White with #6CDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,221,201); }

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

background-color css

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

 a { background-color: rgb(108,221,201); }

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

border-color css

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

 span { border-color: rgb(108,221,201); }

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