Html Css Color HEX #6CDDCF Downy

📋 copy color: '#6CDDCF'

red 108 ◦ green 221 ◦ blue 207

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

Shades of Downy #6CDDCF

Tints of Downy #6CDDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 20.15%
G = 41.23%
B = 38.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6CDDCF (or 0x6CDDCF) is known color: Downy. HEX triplet: 6C, DD and CF. RGB value is (108,221,207). Sum of RGB (Red+Green+Blue) = 108+221+207=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDCF is #932230. Grayscale: #B9B9B9. Windows color (decimal): -9642545 or 13622636. OLE color: 13622636.

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

Color convert

RGB 108 221 207 -
CMYK 0.51 0 0.06 0.13
HSL 172.57º 0.62% 0.65% -
HSV(B) 172.57º 0.51% 0.87% -
XYZ 43.3 59.41 68.22 -
YUV 185.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 108 221 207 0.51 0 0.06 0.13 172.57 0.62 0.65
Hex 6C DD CF 33 0 6 D AD 3E 41
Octal 154 335 317 63 0 6 15 255 76 101
Binary 1101100 11011101 11001111 110011 0 110 1101 10101101 111110 1000001

Color Harmonies of #6CDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDCF

Black with #6CDDCF

Text Example


Text Example

White with #6CDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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