#698CCA

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

Shades of Danube #698CCA

Tints of Danube #698CCA

Color information

#698CCA (or 0x698CCA) is unknown color: approx Danube. HEX triplet: 69, 8C and CA. RGB value is (105,140,202). Sum of RGB (Red+Green+Blue) = 105+140+202=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #698CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CCA is #967335. Grayscale: #888888. Windows color (decimal): -9859894 or 13274217. OLE color: 13274217.

HSL color Cylindrical-coordinate representation of color #698CCA: hue angle of 218.35º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698CCA is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105140202-
CMYK0.480.3100.21
HSL218.35º47.78%60.2%-
HSV(B)218.35º48.02%79.22%-
XYZ25.8626.0259.54-
YUV136.6164.9105.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=23.49%
G=31.32%
B=45.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051402020.480.3100.21218.3547.7860.2
Hex698CCA301F015da303c
Octal15121431260370253326074
Binary110100110001100110010101100001111101010111011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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