#698fc7

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

Shades of Danube #698FC7

Tints of Danube #698FC7

Color information

#698FC7 (or 0x698FC7) is unknown color: approx Danube. HEX triplet: 69, 8F and C7. RGB value is (105,143,199). Sum of RGB (Red+Green+Blue) = 105+143+199=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #698FC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FC7 is #967038. Grayscale: #898989. Windows color (decimal): -9859129 or 13078377. OLE color: 13078377.

HSL color Cylindrical-coordinate representation of color #698FC7: hue angle of 215.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698FC7 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105143199-
CMYK0.470.2800.22
HSL215.74º45.63%59.61%-
HSV(B)215.74º47.24%78.04%-
XYZ25.9626.7757.83-
YUV138.02162.41104.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 199 (78.12% from 255) = 44.52%
R=23.49%
G=31.99%
B=44.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051431990.470.2800.22215.7445.6359.61
Hex698FC72F1C016d82e3c
Octal15121730757340263305674
Binary110100110001111110001111011111110001011011011000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698fc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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