#6A96FB

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

Shades of Cornflower Blue #6A96FB

Tints of Cornflower Blue #6A96FB

Color information

#6A96FB (or 0x6A96FB) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 96 and FB. RGB value is (106,150,251). Sum of RGB (Red+Green+Blue) = 106+150+251=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A96FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A96FB is #956904. Grayscale: #939393. Windows color (decimal): -9791749 or 16488042. OLE color: 16488042.

HSL color Cylindrical-coordinate representation of color #6A96FB: hue angle of 221.79º degrees, saturation: 0.95, 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 #6A96FB is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106150251-
CMYK0.580.4000.02
HSL221.79º94.77%70%-
HSV(B)221.79º57.77%98.43%-
XYZ34.2631.8495.61-
YUV148.36185.9297.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.91%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=20.91%
G=29.59%
B=49.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061502510.580.4000.02221.7994.7770
Hex6A96FB3A2802de5f46
Octal152226373725002336137106
Binary110101010010110111110111110101010000101101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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