#6A94FA

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

Shades of Cornflower Blue #6A94FA

Tints of Cornflower Blue #6A94FA

Color information

#6A94FA (or 0x6A94FA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 94 and FA. RGB value is (106,148,250). Sum of RGB (Red+Green+Blue) = 106+148+250=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A94FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A94FA is #956B05. Grayscale: #929292. Windows color (decimal): -9792262 or 16421994. OLE color: 16421994.

HSL color Cylindrical-coordinate representation of color #6A94FA: hue angle of 222.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A94FA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106148250-
CMYK0.580.4100.02
HSL222.5º93.51%69.8%-
HSV(B)222.5º57.6%98.04%-
XYZ33.7931.1594.67-
YUV147.07186.0998.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.03%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 250 (98.05% from 255) = 49.60%
R=21.03%
G=29.37%
B=49.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061482500.580.4100.02222.593.5169.8
Hex6A94FA3A2902de5e46
Octal152224372725102336136106
Binary110101010010100111110101110101010010101101111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,250); }

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

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

 a { background-color: rgb(106,148,250); }

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

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

 span { border-color: rgb(106,148,250); }

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