#6A92FF

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

Shades of Cornflower Blue #6A92FF

Tints of Cornflower Blue #6A92FF

Color information

#6A92FF (or 0x6A92FF) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 92 and FF. RGB value is (106,146,255). Sum of RGB (Red+Green+Blue) = 106+146+255=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A92FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A92FF is #956D00. Grayscale: #919191. Windows color (decimal): -9792769 or 16749162. OLE color: 16749162.

HSL color Cylindrical-coordinate representation of color #6A92FF: hue angle of 223.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A92FF is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB106146255-
CMYK0.580.4300
HSL223.89º100%70.78%-
HSV(B)223.89º58.43%100%-
XYZ34.2730.8498.75-
YUV146.47189.2599.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.91%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 255 (100% from 255) = 50.30%
R=20.91%
G=28.80%
B=50.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1061462550.580.4300223.8910070.78
Hex6A92FF3A2B00e06447
Octal152222377725300340144107
Binary11010101001001011111111111010101011001110000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A92FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,146,255); }

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

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

 a { background-color: rgb(106,146,255); }

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

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

 span { border-color: rgb(106,146,255); }

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