Html Css Color HEX #6CCFB9 Downy

📋 copy color: '#6CCFB9'

red 108 ◦ green 207 ◦ blue 185

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

Shades of Downy #6CCFB9

Tints of Downy #6CCFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37%

R = 21.6%
G = 41.4%
B = 37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#6CCFB9 (or 0x6CCFB9) is known color: Downy. HEX triplet: 6C, CF and B9. RGB value is (108,207,185). Sum of RGB (Red+Green+Blue) = 108+207+185=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFB9 is #933046. Grayscale: #AEAEAE. Windows color (decimal): -9646151 or 12177260. OLE color: 12177260.

HSL color Cylindrical-coordinate representation of color #6CCFB9: hue angle of 166.67º 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 #6CCFB9 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 207 185 -
CMYK 0.48 0 0.11 0.19
HSL 166.67º 0.51% 0.62% -
HSV(B) 166.67º 0.48% 0.81% -
XYZ 37.25 51.32 53.84 -
YUV 174.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 108 207 185 0.48 0 0.11 0.19 166.67 0.51 0.62
Hex 6C CF B9 30 0 B 13 A7 33 3E
Octal 154 317 271 60 0 13 23 247 63 76
Binary 1101100 11001111 10111001 110000 0 1011 10011 10100111 110011 111110

Color Harmonies of #6CCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFB9

Black with #6CCFB9

Text Example


Text Example

White with #6CCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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