#6F95F1

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

Shades of Cornflower Blue #6F95F1

Tints of Cornflower Blue #6F95F1

Color information

#6F95F1 (or 0x6F95F1) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 95 and F1. RGB value is (111,149,241). Sum of RGB (Red+Green+Blue) = 111+149+241=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F95F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F95F1 is #906A0E. Grayscale: #939393. Windows color (decimal): -9464335 or 15832431. OLE color: 15832431.

HSL color Cylindrical-coordinate representation of color #6F95F1: hue angle of 222.46º 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 #6F95F1 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111149241-
CMYK0.540.3800.05
HSL222.46º82.28%69.02%-
HSV(B)222.46º53.94%94.51%-
XYZ33.1831.2387.5-
YUV148.13180.41101.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.16%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 241 (94.53% from 255) = 48.10%
R=22.16%
G=29.74%
B=48.10%

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
Decimal1111492410.540.3800.05222.4682.2869.02
Hex6F95F1362605de5245
Octal157225361664605336122105
Binary1101111100101011111000111011010011001011101111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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