#6FA3F7

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

Shades of Cornflower Blue #6FA3F7

Tints of Cornflower Blue #6FA3F7

Color information

#6FA3F7 (or 0x6FA3F7) is unknown color: approx Cornflower Blue. HEX triplet: 6F, A3 and F7. RGB value is (111,163,247). Sum of RGB (Red+Green+Blue) = 111+163+247=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #6FA3F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA3F7 is #905C08. Grayscale: #9C9C9C. Windows color (decimal): -9460745 or 16229231. OLE color: 16229231.

HSL color Cylindrical-coordinate representation of color #6FA3F7: hue angle of 217.06º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FA3F7 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111163247-
CMYK0.550.3400.03
HSL217.06º89.47%70.2%-
HSV(B)217.06º55.06%96.86%-
XYZ36.4436.2993.08-
YUV157.03178.7795.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 247 (96.88% from 255) = 47.41%
R=21.31%
G=31.29%
B=47.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111632470.550.3400.03217.0689.4770.2
Hex6FA3F7372203d95946
Octal157243367674203331131106
Binary110111110100011111101111101111000100111101100110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,163,247); }

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

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

 a { background-color: rgb(111,163,247); }

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

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

 span { border-color: rgb(111,163,247); }

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