#698fc2

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

Shades of Danube #698FC2

Tints of Danube #698FC2

Color information

#698FC2 (or 0x698FC2) is unknown color: approx Danube. HEX triplet: 69, 8F and C2. RGB value is (105,143,194). Sum of RGB (Red+Green+Blue) = 105+143+194=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #698FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FC2 is #96703D. Grayscale: #898989. Windows color (decimal): -9859134 or 12750697. OLE color: 12750697.

HSL color Cylindrical-coordinate representation of color #698FC2: hue angle of 214.38º 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 #698FC2 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105143194-
CMYK0.460.2600.24
HSL214.38º42.18%58.63%-
HSV(B)214.38º45.88%76.08%-
XYZ25.3926.5454.82-
YUV137.45159.91104.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 194 (76.17% from 255) = 43.89%
R=23.76%
G=32.35%
B=43.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051431940.460.2600.24214.3842.1858.63
Hex698FC22E1A018d62a3b
Octal15121730256320303265273
Binary110100110001111110000101011101101001100011010110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698fc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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