#698BC2

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

Shades of Danube #698BC2

Tints of Danube #698BC2

Color information

#698BC2 (or 0x698BC2) is unknown color: approx Danube. HEX triplet: 69, 8B and C2. RGB value is (105,139,194). Sum of RGB (Red+Green+Blue) = 105+139+194=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #698BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BC2 is #96743D. Grayscale: #868686. Windows color (decimal): -9860158 or 12749673. OLE color: 12749673.

HSL color Cylindrical-coordinate representation of color #698BC2: hue angle of 217.08º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698BC2 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105139194-
CMYK0.460.2800.24
HSL217.08º42.18%58.63%-
HSV(B)217.08º45.88%76.08%-
XYZ24.825.3654.63-
YUV135.1161.24106.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.97%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 194 (76.17% from 255) = 44.29%
R=23.97%
G=31.74%
B=44.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051391940.460.2800.24217.0842.1858.63
Hex698BC22E1C018d92a3b
Octal15121330256340303315273
Binary110100110001011110000101011101110001100011011001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,139,194); }

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

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

 a { background-color: rgb(105,139,194); }

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

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

 span { border-color: rgb(105,139,194); }

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