#6F9EFE

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

Shades of Cornflower Blue #6F9EFE

Tints of Cornflower Blue #6F9EFE

Color information

#6F9EFE (or 0x6F9EFE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9E and FE. RGB value is (111,158,254). Sum of RGB (Red+Green+Blue) = 111+158+254=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9EFE is #906101. Grayscale: #9A9A9A. Windows color (decimal): -9462018 or 16686703. OLE color: 16686703.

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

Color convert

RGB111158254-
CMYK0.560.3800.00
HSL220.28º98.62%71.57%-
HSV(B)220.28º56.3%99.61%-
XYZ36.6734.9998.59-
YUV154.89183.9396.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.22%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=21.22%
G=30.21%
B=48.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1111582540.560.3800.00220.2898.6271.57
Hex6F9EFE382600dc6348
Octal157236376704600334143110
Binary11011111001111011111110111000100110001101110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,158,254); }

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

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

 a { background-color: rgb(111,158,254); }

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

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

 span { border-color: rgb(111,158,254); }

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