#698ADA

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

Shades of Cornflower Blue #698ADA

Tints of Cornflower Blue #698ADA

Color information

#698ADA (or 0x698ADA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8A and DA. RGB value is (105,138,218). Sum of RGB (Red+Green+Blue) = 105+138+218=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #698ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ADA is #967525. Grayscale: #888888. Windows color (decimal): -9860390 or 14322281. OLE color: 14322281.

HSL color Cylindrical-coordinate representation of color #698ADA: hue angle of 222.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698ADA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105138218-
CMYK0.520.3700.15
HSL222.48º60.43%63.33%-
HSV(B)222.48º51.83%85.49%-
XYZ27.5726.2469.94-
YUV137.25173.57105-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 218 (85.55% from 255) = 47.29%
R=22.78%
G=29.93%
B=47.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051382180.520.3700.15222.4860.4363.33
Hex698ADA34250Fde3c3f
Octal15121233264450173367477
Binary110100110001010110110101101001001010111111011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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