#698CD1

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

Shades of Danube #698CD1

Tints of Danube #698CD1

Color information

#698CD1 (or 0x698CD1) is unknown color: approx Danube. HEX triplet: 69, 8C and D1. RGB value is (105,140,209). Sum of RGB (Red+Green+Blue) = 105+140+209=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #698CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CD1 is #96732E. Grayscale: #898989. Windows color (decimal): -9859887 or 13732969. OLE color: 13732969.

HSL color Cylindrical-coordinate representation of color #698CD1: hue angle of 219.81º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698CD1 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105140209-
CMYK0.500.3300.18
HSL219.81º53.06%61.57%-
HSV(B)219.81º49.76%81.96%-
XYZ26.7126.3664-
YUV137.4168.4104.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.13%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=23.13%
G=30.84%
B=46.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051402090.500.3300.18219.8153.0661.57
Hex698CD13221012dc353e
Octal15121432162410223346576
Binary1101001100011001101000111001010000101001011011100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,140,209); }

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

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

 a { background-color: rgb(105,140,209); }

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

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

 span { border-color: rgb(105,140,209); }

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