Html Css Color HEX #6AC0BD Downy

📋 copy color: '#6AC0BD'

red 106 ◦ green 192 ◦ blue 189

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

Shades of Downy #6AC0BD

Tints of Downy #6AC0BD

RGB

 RED value IS 106 (41.8% from 255) = 21.77%

 GREEN value IS 192 (75.39% from 255) = 39.43%

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

R = 21.77%
G = 39.43%
B = 38.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#6AC0BD (or 0x6AC0BD) is known color: Downy. HEX triplet: 6A, C0 and BD. RGB value is (106,192,189). Sum of RGB (Red+Green+Blue) = 106+192+189=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC0BD is #953F42. Grayscale: #A5A5A5. Windows color (decimal): -9781059 or 12435562. OLE color: 12435562.

HSL color Cylindrical-coordinate representation of color #6AC0BD: hue angle of 177.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC0BD is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 192 189 -
CMYK 0.45 0 0.02 0.25
HSL 177.91º 0.41% 0.58% -
HSV(B) 177.91º 0.45% 0.75% -
XYZ 33.98 44.44 54.93 -
YUV 165.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 106 192 189 0.45 0 0.02 0.25 177.91 0.41 0.58
Hex 6A C0 BD 2D 0 2 19 B2 29 3A
Octal 152 300 275 55 0 2 31 262 51 72
Binary 1101010 11000000 10111101 101101 0 10 11001 10110010 101001 111010

Color Harmonies of #6AC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC0BD

Black with #6AC0BD

Text Example


Text Example

White with #6AC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,192,189); }

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

background-color css

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

 a { background-color: rgb(106,192,189); }

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

border-color css

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

 span { border-color: rgb(106,192,189); }

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