#6F93FF

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

Shades of Cornflower Blue #6F93FF

Tints of Cornflower Blue #6F93FF

Color information

#6F93FF (or 0x6F93FF) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 93 and FF. RGB value is (111,147,255). Sum of RGB (Red+Green+Blue) = 111+147+255=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F93FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F93FF is #906C00. Grayscale: #949494. Windows color (decimal): -9464833 or 16749423. OLE color: 16749423.

HSL color Cylindrical-coordinate representation of color #6F93FF: hue angle of 225º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F93FF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB111147255-
CMYK0.560.4200
HSL225º100%71.76%-
HSV(B)225º56.47%100%-
XYZ35.0431.4798.83-
YUV148.55188.07101.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.64%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 255 (100% from 255) = 49.71%
R=21.64%
G=28.65%
B=49.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1111472550.560.420022510071.76
Hex6F93FF382A00e16448
Octal157223377705200341144110
Binary11011111001001111111111111000101010001110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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