#6F9DFE

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

Shades of Cornflower Blue #6F9DFE

Tints of Cornflower Blue #6F9DFE

Color information

#6F9DFE (or 0x6F9DFE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9D and FE. RGB value is (111,157,254). Sum of RGB (Red+Green+Blue) = 111+157+254=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F9DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9DFE is #906201. Grayscale: #999999. Windows color (decimal): -9462274 or 16686447. OLE color: 16686447.

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

Color convert

RGB111157254-
CMYK0.560.3800.00
HSL220.7º98.62%71.57%-
HSV(B)220.7º56.3%99.61%-
XYZ36.534.6598.53-
YUV154.3184.2697.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.26%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=21.26%
G=30.08%
B=48.66%

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
Decimal1111572540.560.3800.00220.798.6271.57
Hex6F9DFE382600dd6348
Octal157235376704600335143110
Binary11011111001110111111110111000100110001101110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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