#6F95EB

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

Shades of Cornflower Blue #6F95EB

Tints of Cornflower Blue #6F95EB

Color information

#6F95EB (or 0x6F95EB) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 95 and EB. RGB value is (111,149,235). Sum of RGB (Red+Green+Blue) = 111+149+235=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F95EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F95EB is #906A14. Grayscale: #939393. Windows color (decimal): -9464341 or 15439215. OLE color: 15439215.

HSL color Cylindrical-coordinate representation of color #6F95EB: hue angle of 221.61º degrees, saturation: 0.76, 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 #6F95EB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111149235-
CMYK0.530.3700.08
HSL221.61º75.61%67.84%-
HSV(B)221.61º52.77%92.16%-
XYZ32.330.8782.85-
YUV147.44177.41102.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.42%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 235 (92.19% from 255) = 47.47%
R=22.42%
G=30.10%
B=47.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111492350.530.3700.08221.6175.6167.84
Hex6F95EB352508de4c44
Octal1572253536545010336114104
Binary11011111001010111101011110101100101010001101111010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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