#6F93FB

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

Shades of Cornflower Blue #6F93FB

Tints of Cornflower Blue #6F93FB

Color information

#6F93FB (or 0x6F93FB) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 93 and FB. RGB value is (111,147,251). Sum of RGB (Red+Green+Blue) = 111+147+251=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F93FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F93FB is #906C04. Grayscale: #939393. Windows color (decimal): -9464837 or 16487279. OLE color: 16487279.

HSL color Cylindrical-coordinate representation of color #6F93FB: hue angle of 224.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F93FB is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111147251-
CMYK0.560.4100.02
HSL224.57º94.59%70.98%-
HSV(B)224.57º55.78%98.43%-
XYZ34.431.2195.48-
YUV148.09186.07101.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.81%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=21.81%
G=28.88%
B=49.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111472510.560.4100.02224.5794.5970.98
Hex6F93FB382902e15f47
Octal157223373705102341137107
Binary110111110010011111110111110001010010101110000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,251); }

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

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

 a { background-color: rgb(111,147,251); }

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

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

 span { border-color: rgb(111,147,251); }

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