#6A87CA

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

Shades of Danube #6A87CA

Tints of Danube #6A87CA

Color information

#6A87CA (or 0x6A87CA) is unknown color: approx Danube. HEX triplet: 6A, 87 and CA. RGB value is (106,135,202). Sum of RGB (Red+Green+Blue) = 106+135+202=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A87CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A87CA is #957835. Grayscale: #858585. Windows color (decimal): -9795638 or 13272938. OLE color: 13272938.

HSL color Cylindrical-coordinate representation of color #6A87CA: hue angle of 221.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A87CA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB106135202-
CMYK0.480.3300.21
HSL221.88º47.52%60.39%-
HSV(B)221.88º47.52%79.22%-
XYZ25.2724.6659.3-
YUV133.97166.39108.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=23.93%
G=30.47%
B=45.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1061352020.480.3300.21221.8847.5260.39
Hex6A87CA3021015de303c
Octal15220731260410253366074
Binary1101010100001111100101011000010000101010111011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,135,202); }

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

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

 a { background-color: rgb(106,135,202); }

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

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

 span { border-color: rgb(106,135,202); }

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