#698ACC

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

Shades of Danube #698ACC

Tints of Danube #698ACC

Color information

#698ACC (or 0x698ACC) is unknown color: approx Danube. HEX triplet: 69, 8A and CC. RGB value is (105,138,204). Sum of RGB (Red+Green+Blue) = 105+138+204=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #698ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ACC is #967533. Grayscale: #878787. Windows color (decimal): -9860404 or 13404777. OLE color: 13404777.

HSL color Cylindrical-coordinate representation of color #698ACC: hue angle of 220º 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 #698ACC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105138204-
CMYK0.490.3200.2
HSL220º49.25%60.59%-
HSV(B)220º48.53%80%-
XYZ25.8125.5460.7-
YUV135.66166.57106.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=23.49%
G=30.87%
B=45.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051382040.490.3200.222049.2560.59
Hex698ACC3120014dc313d
Octal15121231461400243346175
Binary1101001100010101100110011000110000001010011011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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