#6F8FEB

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

Shades of Cornflower Blue #6F8FEB

Tints of Cornflower Blue #6F8FEB

Color information

#6F8FEB (or 0x6F8FEB) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8F and EB. RGB value is (111,143,235). Sum of RGB (Red+Green+Blue) = 111+143+235=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F8FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8FEB is #907014. Grayscale: #8F8F8F. Windows color (decimal): -9465877 or 15437679. OLE color: 15437679.

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

Color convert

RGB111143235-
CMYK0.530.3900.08
HSL224.52º75.61%67.84%-
HSV(B)224.52º52.77%92.16%-
XYZ31.3729.0282.55-
YUV143.92179.4104.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 235 (92.19% from 255) = 48.06%
R=22.70%
G=29.24%
B=48.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111432350.530.3900.08224.5275.6167.84
Hex6F8FEB352708e14c44
Octal1572173536547010341114104
Binary11011111000111111101011110101100111010001110000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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