#698FB6

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

Shades of Danube #698FB6

Tints of Danube #698FB6

Color information

#698FB6 (or 0x698FB6) is unknown color: approx Danube. HEX triplet: 69, 8F and B6. RGB value is (105,143,182). Sum of RGB (Red+Green+Blue) = 105+143+182=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #698FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FB6 is #967049. Grayscale: #878787. Windows color (decimal): -9859146 or 11964265. OLE color: 11964265.

HSL color Cylindrical-coordinate representation of color #698FB6: hue angle of 210.39º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698FB6 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105143182-
CMYK0.420.2100.29
HSL210.39º34.53%56.27%-
HSV(B)210.39º42.31%71.37%-
XYZ24.0926.0348.01-
YUV136.08153.91105.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=24.42%
G=33.26%
B=42.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051431820.420.2100.29210.3934.5356.27
Hex698FB62A1501Dd22338
Octal15121726652250353224370
Binary110100110001111101101101010101010101110111010010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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