#6F9CFE

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

Shades of Cornflower Blue #6F9CFE

Tints of Cornflower Blue #6F9CFE

Color information

#6F9CFE (or 0x6F9CFE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9C and FE. RGB value is (111,156,254). Sum of RGB (Red+Green+Blue) = 111+156+254=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F9CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CFE is #906301. Grayscale: #999999. Windows color (decimal): -9462530 or 16686191. OLE color: 16686191.

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

Color convert

RGB111156254-
CMYK0.560.3900.00
HSL221.12º98.62%71.57%-
HSV(B)221.12º56.3%99.61%-
XYZ36.3334.3198.47-
YUV153.72184.5997.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=21.31%
G=29.94%
B=48.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1111562540.560.3900.00221.1298.6271.57
Hex6F9CFE382700dd6348
Octal157234376704700335143110
Binary11011111001110011111110111000100111001101110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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