Html Css Color HEX #6CCFBD Downy

📋 copy color: '#6CCFBD'

red 108 ◦ green 207 ◦ blue 189

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

Shades of Downy #6CCFBD

Tints of Downy #6CCFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.07%

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 21.43%
G = 41.07%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#6CCFBD (or 0x6CCFBD) is known color: Downy. HEX triplet: 6C, CF and BD. RGB value is (108,207,189). Sum of RGB (Red+Green+Blue) = 108+207+189=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFBD is #933042. Grayscale: #AFAFAF. Windows color (decimal): -9646147 or 12439404. OLE color: 12439404.

HSL color Cylindrical-coordinate representation of color #6CCFBD: hue angle of 169.09º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFBD is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 207 189 -
CMYK 0.48 0 0.09 0.19
HSL 169.09º 0.51% 0.62% -
HSV(B) 169.09º 0.48% 0.81% -
XYZ 37.68 51.49 56.1 -
YUV 175.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 108 207 189 0.48 0 0.09 0.19 169.09 0.51 0.62
Hex 6C CF BD 30 0 9 13 A9 33 3E
Octal 154 317 275 60 0 11 23 251 63 76
Binary 1101100 11001111 10111101 110000 0 1001 10011 10101001 110011 111110

Color Harmonies of #6CCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFBD

Black with #6CCFBD

Text Example


Text Example

White with #6CCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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