#6F8AFE

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

Shades of Cornflower Blue #6F8AFE

Tints of Cornflower Blue #6F8AFE

Color information

#6F8AFE (or 0x6F8AFE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8A and FE. RGB value is (111,138,254). Sum of RGB (Red+Green+Blue) = 111+138+254=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8AFE is #907501. Grayscale: #8E8E8E. Windows color (decimal): -9467138 or 16681583. OLE color: 16681583.

HSL color Cylindrical-coordinate representation of color #6F8AFE: hue angle of 228.67º 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 #6F8AFE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB111138254-
CMYK0.560.4600.00
HSL228.67º98.62%71.57%-
HSV(B)228.67º56.3%99.61%-
XYZ33.5328.7197.54-
YUV143.15190.55105.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.07%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=22.07%
G=27.44%
B=50.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1111382540.560.4600.00228.6798.6271.57
Hex6F8AFE382E00e56348
Octal157212376705600345143110
Binary11011111000101011111110111000101110001110010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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