#6F96F1

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

Shades of Cornflower Blue #6F96F1

Tints of Cornflower Blue #6F96F1

Color information

#6F96F1 (or 0x6F96F1) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 96 and F1. RGB value is (111,150,241). Sum of RGB (Red+Green+Blue) = 111+150+241=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F96F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F96F1 is #90690E. Grayscale: #949494. Windows color (decimal): -9464079 or 15832687. OLE color: 15832687.

HSL color Cylindrical-coordinate representation of color #6F96F1: hue angle of 222º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F96F1 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111150241-
CMYK0.540.3800.05
HSL222º82.28%69.02%-
HSV(B)222º53.94%94.51%-
XYZ33.3431.5487.55-
YUV148.71180.08101.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.11%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=22.11%
G=29.88%
B=48.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111502410.540.3800.0522282.2869.02
Hex6F96F1362605de5245
Octal157226361664605336122105
Binary1101111100101101111000111011010011001011101111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F96F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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