#698DEA

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

Shades of Cornflower Blue #698DEA

Tints of Cornflower Blue #698DEA

Color information

#698DEA (or 0x698DEA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8D and EA. RGB value is (105,141,234). Sum of RGB (Red+Green+Blue) = 105+141+234=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #698DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DEA is #967215. Grayscale: #8C8C8C. Windows color (decimal): -9859606 or 15371625. OLE color: 15371625.

HSL color Cylindrical-coordinate representation of color #698DEA: hue angle of 223.26º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698DEA is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105141234-
CMYK0.550.4000.08
HSL223.26º75.44%66.47%-
HSV(B)223.26º55.13%91.76%-
XYZ30.227.9981.65-
YUV140.84180.57102.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 234 (91.80% from 255) = 48.75%
R=21.88%
G=29.38%
B=48.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051412340.550.4000.08223.2675.4466.47
Hex698DEA372808df4b42
Octal1512153526750010337113102
Binary11010011000110111101010110111101000010001101111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,141,234); }

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

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

 a { background-color: rgb(105,141,234); }

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

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

 span { border-color: rgb(105,141,234); }

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