Html Css Color HEX #6CCCBA Downy

📋 copy color: '#6CCCBA'

red 108 ◦ green 204 ◦ blue 186

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

Shades of Downy #6CCCBA

Tints of Downy #6CCCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 21.69%
G = 40.96%
B = 37.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#6CCCBA (or 0x6CCCBA) is known color: Downy. HEX triplet: 6C, CC and BA. RGB value is (108,204,186). Sum of RGB (Red+Green+Blue) = 108+204+186=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCBA is #933345. Grayscale: #ADADAD. Windows color (decimal): -9646918 or 12242028. OLE color: 12242028.

HSL color Cylindrical-coordinate representation of color #6CCCBA: hue angle of 168.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCCBA is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 204 186 -
CMYK 0.47 0 0.09 0.2
HSL 168.75º 0.48% 0.61% -
HSV(B) 168.75º 0.47% 0.8% -
XYZ 36.64 49.92 54.16 -
YUV 173.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 108 204 186 0.47 0 0.09 0.2 168.75 0.48 0.61
Hex 6C CC BA 2F 0 9 14 A9 30 3D
Octal 154 314 272 57 0 11 24 251 60 75
Binary 1101100 11001100 10111010 101111 0 1001 10100 10101001 110000 111101

Color Harmonies of #6CCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCBA

Black with #6CCCBA

Text Example


Text Example

White with #6CCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,186); }

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

background-color css

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

 a { background-color: rgb(108,204,186); }

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

border-color css

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

 span { border-color: rgb(108,204,186); }

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