#698FC8

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

Shades of Danube #698FC8

Tints of Danube #698FC8

Color information

#698FC8 (or 0x698FC8) is unknown color: approx Danube. HEX triplet: 69, 8F and C8. RGB value is (105,143,200). Sum of RGB (Red+Green+Blue) = 105+143+200=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #698FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FC8 is #967037. Grayscale: #898989. Windows color (decimal): -9859128 or 13143913. OLE color: 13143913.

HSL color Cylindrical-coordinate representation of color #698FC8: hue angle of 216º 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 #698FC8 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105143200-
CMYK0.480.2800.22
HSL216º46.34%59.8%-
HSV(B)216º47.5%78.43%-
XYZ26.0726.8258.45-
YUV138.14162.91104.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.44%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 200 (78.52% from 255) = 44.64%
R=23.44%
G=31.92%
B=44.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051432000.480.2800.2221646.3459.8
Hex698FC8301C016d82e3c
Octal15121731060340263305674
Binary110100110001111110010001100001110001011011011000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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