#6A96EA

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

Shades of Cornflower Blue #6A96EA

Tints of Cornflower Blue #6A96EA

Color information

#6A96EA (or 0x6A96EA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 96 and EA. RGB value is (106,150,234). Sum of RGB (Red+Green+Blue) = 106+150+234=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A96EA is #956915. Grayscale: #929292. Windows color (decimal): -9791766 or 15373930. OLE color: 15373930.

HSL color Cylindrical-coordinate representation of color #6A96EA: hue angle of 219.38º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A96EA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106150234-
CMYK0.550.3600.08
HSL219.38º75.29%66.67%-
HSV(B)219.38º54.7%91.76%-
XYZ31.730.8282.12-
YUV146.42177.4299.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.63%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 234 (91.80% from 255) = 47.76%
R=21.63%
G=30.61%
B=47.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061502340.550.3600.08219.3875.2966.67
Hex6A96EA372408db4b43
Octal1522263526744010333113103
Binary11010101001011011101010110111100100010001101101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,234); }

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

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

 a { background-color: rgb(106,150,234); }

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

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

 span { border-color: rgb(106,150,234); }

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