#698FCC

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

Shades of Danube #698FCC

Tints of Danube #698FCC

Color information

#698FCC (or 0x698FCC) is unknown color: approx Danube. HEX triplet: 69, 8F and CC. RGB value is (105,143,204). Sum of RGB (Red+Green+Blue) = 105+143+204=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #698FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FCC is #967033. Grayscale: #8A8A8A. Windows color (decimal): -9859124 or 13406057. OLE color: 13406057.

HSL color Cylindrical-coordinate representation of color #698FCC: hue angle of 216.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698FCC is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105143204-
CMYK0.490.3000.2
HSL216.97º49.25%60.59%-
HSV(B)216.97º48.53%80%-
XYZ26.5527.0160.94-
YUV138.59164.91104.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=23.23%
G=31.64%
B=45.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051432040.490.3000.2216.9749.2560.59
Hex698FCC311E014d9313d
Octal15121731461360243316175
Binary110100110001111110011001100011111001010011011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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