#6A91CC

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

Shades of Danube #6A91CC

Tints of Danube #6A91CC

Color information

#6A91CC (or 0x6A91CC) is unknown color: approx Danube. HEX triplet: 6A, 91 and CC. RGB value is (106,145,204). Sum of RGB (Red+Green+Blue) = 106+145+204=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A91CC is #956E33. Grayscale: #8B8B8B. Windows color (decimal): -9793076 or 13406570. OLE color: 13406570.

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

Color convert

RGB106145204-
CMYK0.480.2900.2
HSL216.12º49%60.78%-
HSV(B)216.12º48.04%80%-
XYZ26.9727.6761.05-
YUV140.06164.08103.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.30%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=23.30%
G=31.87%
B=44.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1061452040.480.2900.2216.124960.78
Hex6A91CC301D014d8313d
Octal15222131460350243306175
Binary110101010010001110011001100001110101010011011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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