#6fa7fa

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

Shades of Cornflower Blue #6FA7FA

Tints of Cornflower Blue #6FA7FA

Color information

#6FA7FA (or 0x6FA7FA) is unknown color: approx Cornflower Blue. HEX triplet: 6F, A7 and FA. RGB value is (111,167,250). Sum of RGB (Red+Green+Blue) = 111+167+250=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FA7FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA7FA is #905805. Grayscale: #9F9F9F. Windows color (decimal): -9459718 or 16426863. OLE color: 16426863.

HSL color Cylindrical-coordinate representation of color #6FA7FA: hue angle of 215.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA7FA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111167250-
CMYK0.560.3300.02
HSL215.83º93.29%70.78%-
HSV(B)215.83º55.6%98.04%-
XYZ37.6337.9295.78-
YUV159.72178.9593.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.02%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=21.02%
G=31.63%
B=47.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111672500.560.3300.02215.8393.2970.78
Hex6FA7FA382102d85d47
Octal157247372704102330135107
Binary110111110100111111110101110001000010101101100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fa7fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,167,250); }

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

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

 a { background-color: rgb(111,167,250); }

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

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

 span { border-color: rgb(111,167,250); }

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