#6895CA

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

Shades of Danube #6895CA

Tints of Danube #6895CA

Color information

#6895CA (or 0x6895CA) is unknown color: approx Danube. HEX triplet: 68, 95 and CA. RGB value is (104,149,202). Sum of RGB (Red+Green+Blue) = 104+149+202=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6895CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895CA is #976A35. Grayscale: #8D8D8D. Windows color (decimal): -9923126 or 13276520. OLE color: 13276520.

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

Color convert

RGB104149202-
CMYK0.490.2600.21
HSL212.45º48.04%60%-
HSV(B)212.45º48.51%79.22%-
XYZ27.1228.759.99-
YUV141.59162.09101.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=22.86%
G=32.75%
B=44.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041492020.490.2600.21212.4548.0460
Hex6895CA311A015d4303c
Octal15022531261320253246074
Binary110100010010101110010101100011101001010111010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6895CA; }

 p { color: rgb(104,149,202); }

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

<style>
 a { background-color: #6895CA; }

 a { background-color: rgb(104,149,202); }

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

<style>
 span { border-color: #6895CA; }

 span { border-color: rgb(104,149,202); }

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