#6A8ECC

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

Shades of Danube #6A8ECC

Tints of Danube #6A8ECC

Color information

#6A8ECC (or 0x6A8ECC) is unknown color: approx Danube. HEX triplet: 6A, 8E and CC. RGB value is (106,142,204). Sum of RGB (Red+Green+Blue) = 106+142+204=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ECC is #957133. Grayscale: #8A8A8A. Windows color (decimal): -9793844 or 13405802. OLE color: 13405802.

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

Color convert

RGB106142204-
CMYK0.480.3000.2
HSL217.96º49%60.78%-
HSV(B)217.96º48.04%80%-
XYZ26.5226.7760.9-
YUV138.3165.07104.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=23.45%
G=31.42%
B=45.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1061422040.480.3000.2217.964960.78
Hex6A8ECC301E014da313d
Octal15221631460360243326175
Binary110101010001110110011001100001111001010011011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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