#6FA5FD

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

Shades of Cornflower Blue #6FA5FD

Tints of Cornflower Blue #6FA5FD

Color information

#6FA5FD (or 0x6FA5FD) is unknown color: approx Cornflower Blue. HEX triplet: 6F, A5 and FD. RGB value is (111,165,253). Sum of RGB (Red+Green+Blue) = 111+165+253=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA5FD is #905A02. Grayscale: #9E9E9E. Windows color (decimal): -9460227 or 16622959. OLE color: 16622959.

HSL color Cylindrical-coordinate representation of color #6FA5FD: hue angle of 217.18º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA5FD is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB111165253-
CMYK0.560.3500.01
HSL217.18º97.26%71.37%-
HSV(B)217.18º56.13%99.22%-
XYZ37.7437.3898.15-
YUV158.89181.1193.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=20.98%
G=31.19%
B=47.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111652530.560.3500.01217.1897.2671.37
Hex6FA5FD382301d96147
Octal157245375704301331141107
Binary11011111010010111111101111000100011011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,165,253); }

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

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

 a { background-color: rgb(111,165,253); }

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

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

 span { border-color: rgb(111,165,253); }

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