#6f93fd

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

Shades of Cornflower Blue #6F93FD

Tints of Cornflower Blue #6F93FD

Color information

#6F93FD (or 0x6F93FD) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 93 and FD. RGB value is (111,147,253). Sum of RGB (Red+Green+Blue) = 111+147+253=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F93FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F93FD is #906C02. Grayscale: #939393. Windows color (decimal): -9464835 or 16618351. OLE color: 16618351.

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

Color convert

RGB111147253-
CMYK0.560.4200.01
HSL224.79º97.26%71.37%-
HSV(B)224.79º56.13%99.22%-
XYZ34.7231.3497.15-
YUV148.32187.07101.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.72%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=21.72%
G=28.77%
B=49.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111472530.560.4200.01224.7997.2671.37
Hex6F93FD382A01e16147
Octal157223375705201341141107
Binary11011111001001111111101111000101010011110000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f93fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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