Html Css Color HEX #6CCBBA Downy

📋 copy color: '#6CCBBA'

red 108 ◦ green 203 ◦ blue 186

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

Shades of Downy #6CCBBA

Tints of Downy #6CCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

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

R = 21.73%
G = 40.85%
B = 37.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#6CCBBA (or 0x6CCBBA) is known color: Downy. HEX triplet: 6C, CB and BA. RGB value is (108,203,186). Sum of RGB (Red+Green+Blue) = 108+203+186=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBBA is #933445. Grayscale: #ACACAC. Windows color (decimal): -9647174 or 12241772. OLE color: 12241772.

HSL color Cylindrical-coordinate representation of color #6CCBBA: hue angle of 169.26º 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 #6CCBBA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 203 186 -
CMYK 0.47 0 0.08 0.20
HSL 169.26º 0.48% 0.61% -
HSV(B) 169.26º 0.47% 0.8% -
XYZ 36.4 49.45 54.08 -
YUV 172.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 108 203 186 0.47 0 0.08 0.20 169.26 0.48 0.61
Hex 6C CB BA 2F 0 8 14 A9 30 3D
Octal 154 313 272 57 0 10 24 251 60 75
Binary 1101100 11001011 10111010 101111 0 1000 10100 10101001 110000 111101

Color Harmonies of #6CCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBBA

Black with #6CCBBA

Text Example


Text Example

White with #6CCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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