Html Css Color HEX #6ACCBD Downy

📋 copy color: '#6ACCBD'

red 106 ◦ green 204 ◦ blue 189

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

Shades of Downy #6ACCBD

Tints of Downy #6ACCBD

RGB

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

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

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

R = 21.24%
G = 40.88%
B = 37.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#6ACCBD (or 0x6ACCBD) is known color: Downy. HEX triplet: 6A, CC and BD. RGB value is (106,204,189). Sum of RGB (Red+Green+Blue) = 106+204+189=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCBD is #953342. Grayscale: #ACACAC. Windows color (decimal): -9777987 or 12438634. OLE color: 12438634.

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

Color convert

RGB 106 204 189 -
CMYK 0.48 0 0.07 0.2
HSL 170.82º 0.49% 0.61% -
HSV(B) 170.82º 0.48% 0.8% -
XYZ 36.72 49.92 55.84 -
YUV 172.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 106 204 189 0.48 0 0.07 0.2 170.82 0.49 0.61
Hex 6A CC BD 30 0 7 14 AB 31 3D
Octal 152 314 275 60 0 7 24 253 61 75
Binary 1101010 11001100 10111101 110000 0 111 10100 10101011 110001 111101

Color Harmonies of #6ACCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACCBD

Black with #6ACCBD

Text Example


Text Example

White with #6ACCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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