#698AC1

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

Shades of Danube #698AC1

Tints of Danube #698AC1

Color information

#698AC1 (or 0x698AC1) is unknown color: approx Danube. HEX triplet: 69, 8A and C1. RGB value is (105,138,193). Sum of RGB (Red+Green+Blue) = 105+138+193=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #698AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AC1 is #96753E. Grayscale: #868686. Windows color (decimal): -9860415 or 12683881. OLE color: 12683881.

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

Color convert

RGB105138193-
CMYK0.460.2800.24
HSL217.5º41.51%58.43%-
HSV(B)217.5º45.6%75.69%-
XYZ24.5425.0353.99-
YUV134.4161.07107.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=24.08%
G=31.65%
B=44.27%

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
Decimal1051381930.460.2800.24217.541.5158.43
Hex698AC12E1C018da2a3a
Octal15121230156340303325272
Binary110100110001010110000011011101110001100011011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,138,193); }

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

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

 a { background-color: rgb(105,138,193); }

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

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

 span { border-color: rgb(105,138,193); }

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