#6F96EA

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

Shades of Cornflower Blue #6F96EA

Tints of Cornflower Blue #6F96EA

Color information

#6F96EA (or 0x6F96EA) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 96 and EA. RGB value is (111,150,234). Sum of RGB (Red+Green+Blue) = 111+150+234=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F96EA is #906915. Grayscale: #939393. Windows color (decimal): -9464086 or 15373935. OLE color: 15373935.

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

Color convert

RGB111150234-
CMYK0.530.3600.08
HSL220.98º74.55%67.65%-
HSV(B)220.98º52.56%91.76%-
XYZ32.3131.1382.15-
YUV147.92176.58101.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.42%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=22.42%
G=30.30%
B=47.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111502340.530.3600.08220.9874.5567.65
Hex6F96EA352408dd4b44
Octal1572263526544010335113104
Binary11011111001011011101010110101100100010001101110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,150,234); }

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

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

 a { background-color: rgb(111,150,234); }

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

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

 span { border-color: rgb(111,150,234); }

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