#6A96EE

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

Shades of Cornflower Blue #6A96EE

Tints of Cornflower Blue #6A96EE

Color information

#6A96EE (or 0x6A96EE) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 96 and EE. RGB value is (106,150,238). Sum of RGB (Red+Green+Blue) = 106+150+238=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A96EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A96EE is #956911. Grayscale: #929292. Windows color (decimal): -9791762 or 15636074. OLE color: 15636074.

HSL color Cylindrical-coordinate representation of color #6A96EE: hue angle of 220º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A96EE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106150238-
CMYK0.550.3700.07
HSL220º79.52%67.45%-
HSV(B)220º55.46%93.33%-
XYZ32.2831.0585.18-
YUV146.88179.4298.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=21.46%
G=30.36%
B=48.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061502380.550.3700.0722079.5267.45
Hex6A96EE372507dc5043
Octal152226356674507334120103
Binary1101010100101101110111011011110010101111101110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A96EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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