#6ACCBB

Color #6ACCBB Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6ACCBB

Tints of Downy #6ACCBB

Color information

#6ACCBB (or 0x6ACCBB) is unknown color: approx Downy. HEX triplet: 6A, CC and BB. RGB value is (106,204,187). Sum of RGB (Red+Green+Blue) = 106+204+187=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCBB is #953344. Grayscale: #ACACAC. Windows color (decimal): -9777989 or 12307562. OLE color: 12307562.

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

Color convert

RGB106204187-
CMYK0.4800.080.2
HSL169.59º49%60.78%-
HSV(B)169.59º48.04%80%-
XYZ36.5149.8454.71-
YUV172.76136.0380.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.33%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=21.33%
G=41.05%
B=37.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1062041870.4800.080.2169.594960.78
Hex6ACCBB300814aa313d
Octal15231427360010242526175
Binary11010101100110010111011110000010001010010101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ACCBB;
 }
 .AnyTagClassName
 {
   color: #6ACCBB;
 }
</style>
background-color css

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

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

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

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

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

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