#6f98ec

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

Shades of Cornflower Blue #6F98EC

Tints of Cornflower Blue #6F98EC

Color information

#6F98EC (or 0x6F98EC) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 98 and EC. RGB value is (111,152,236). Sum of RGB (Red+Green+Blue) = 111+152+236=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F98EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F98EC is #906713. Grayscale: #949494. Windows color (decimal): -9463572 or 15505519. OLE color: 15505519.

HSL color Cylindrical-coordinate representation of color #6F98EC: hue angle of 220.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F98EC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111152236-
CMYK0.530.3600.07
HSL220.32º76.69%68.04%-
HSV(B)220.32º52.97%92.55%-
XYZ32.9231.8983.78-
YUV149.32176.92100.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=22.24%
G=30.46%
B=47.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111522360.530.3600.07220.3276.6968.04
Hex6F98EC352407dc4d44
Octal157230354654407334115104
Binary1101111100110001110110011010110010001111101110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f98ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6f98ec; }

 p { color: rgb(111,152,236); }

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

<style>
 a { background-color: #6f98ec; }

 a { background-color: rgb(111,152,236); }

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

<style>
 span { border-color: #6f98ec; }

 span { border-color: rgb(111,152,236); }

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