#6985D1

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

Shades of Danube #6985D1

Tints of Danube #6985D1

Color information

#6985D1 (or 0x6985D1) is unknown color: approx Danube. HEX triplet: 69, 85 and D1. RGB value is (105,133,209). Sum of RGB (Red+Green+Blue) = 105+133+209=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #6985D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6985D1 is #967A2E. Grayscale: #848484. Windows color (decimal): -9861679 or 13731177. OLE color: 13731177.

HSL color Cylindrical-coordinate representation of color #6985D1: hue angle of 223.85º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6985D1 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105133209-
CMYK0.500.3600.18
HSL223.85º53.06%61.57%-
HSV(B)223.85º49.76%81.96%-
XYZ25.7224.3863.67-
YUV133.29170.72107.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 209 (82.03% from 255) = 46.76%
R=23.49%
G=29.75%
B=46.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051332090.500.3600.18223.8553.0661.57
Hex6985D13224012e0353e
Octal15120532162440223406576
Binary1101001100001011101000111001010010001001011100000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6985D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6985D1; }

 p { color: rgb(105,133,209); }

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

<style>
 a { background-color: #6985D1; }

 a { background-color: rgb(105,133,209); }

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

<style>
 span { border-color: #6985D1; }

 span { border-color: rgb(105,133,209); }

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