#698EBD

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

Shades of Danube #698EBD

Tints of Danube #698EBD

Color information

#698EBD (or 0x698EBD) is unknown color: approx Danube. HEX triplet: 69, 8E and BD. RGB value is (105,142,189). Sum of RGB (Red+Green+Blue) = 105+142+189=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #698EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EBD is #967142. Grayscale: #888888. Windows color (decimal): -9859395 or 12422761. OLE color: 12422761.

HSL color Cylindrical-coordinate representation of color #698EBD: hue angle of 213.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698EBD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105142189-
CMYK0.440.2500.26
HSL213.57º38.89%57.65%-
HSV(B)213.57º44.44%74.12%-
XYZ24.6826.0251.87-
YUV136.29157.74105.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=24.08%
G=32.57%
B=43.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051421890.440.2500.26213.5738.8957.65
Hex698EBD2C1901Ad6273a
Octal15121627554310323264772
Binary110100110001110101111011011001100101101011010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698EBD; }

 p { color: rgb(105,142,189); }

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

<style>
 a { background-color: #698EBD; }

 a { background-color: rgb(105,142,189); }

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

<style>
 span { border-color: #698EBD; }

 span { border-color: rgb(105,142,189); }

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