#698EEB

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

Shades of Cornflower Blue #698EEB

Tints of Cornflower Blue #698EEB

Color information

#698EEB (or 0x698EEB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8E and EB. RGB value is (105,142,235). Sum of RGB (Red+Green+Blue) = 105+142+235=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #698EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EEB is #967114. Grayscale: #8D8D8D. Windows color (decimal): -9859349 or 15437417. OLE color: 15437417.

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

Color convert

RGB105142235-
CMYK0.550.4000.08
HSL222.92º76.47%66.67%-
HSV(B)222.92º55.32%92.16%-
XYZ30.4928.3582.46-
YUV141.54180.74101.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=21.78%
G=29.46%
B=48.76%

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
Decimal1051422350.550.4000.08222.9276.4766.67
Hex698EEB372808df4c43
Octal1512163536750010337114103
Binary11010011000111011101011110111101000010001101111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,142,235); }

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

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

 a { background-color: rgb(105,142,235); }

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

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

 span { border-color: rgb(105,142,235); }

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