#698EED

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

Shades of Cornflower Blue #698EED

Tints of Cornflower Blue #698EED

Color information

#698EED (or 0x698EED) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8E and ED. RGB value is (105,142,237). Sum of RGB (Red+Green+Blue) = 105+142+237=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #698EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EED is #967112. Grayscale: #8D8D8D. Windows color (decimal): -9859347 or 15568489. OLE color: 15568489.

HSL color Cylindrical-coordinate representation of color #698EED: hue angle of 223.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698EED is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105142237-
CMYK0.560.4000.07
HSL223.18º78.57%67.06%-
HSV(B)223.18º55.7%92.94%-
XYZ30.7828.4683.99-
YUV141.77181.74101.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=21.69%
G=29.34%
B=48.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051422370.560.4000.07223.1878.5767.06
Hex698EED382807df4f43
Octal151216355705007337117103
Binary1101001100011101110110111100010100001111101111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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