#6A81EC

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

Shades of Cornflower Blue #6A81EC

Tints of Cornflower Blue #6A81EC

Color information

#6A81EC (or 0x6A81EC) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 81 and EC. RGB value is (106,129,236). Sum of RGB (Red+Green+Blue) = 106+129+236=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A81EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A81EC is #957E13. Grayscale: #858585. Windows color (decimal): -9797140 or 15499626. OLE color: 15499626.

HSL color Cylindrical-coordinate representation of color #6A81EC: hue angle of 229.38º degrees, saturation: 0.77, 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 #6A81EC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106129236-
CMYK0.550.4500.07
HSL229.38º77.38%67.06%-
HSV(B)229.38º55.08%92.55%-
XYZ28.9324.8282.62-
YUV134.32185.38107.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.51%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 236 (92.58% from 255) = 50.11%
R=22.51%
G=27.39%
B=50.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061292360.550.4500.07229.3877.3867.06
Hex6A81EC372D07e54d43
Octal152201354675507345115103
Binary1101010100000011110110011011110110101111110010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,129,236); }

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

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

 a { background-color: rgb(106,129,236); }

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

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

 span { border-color: rgb(106,129,236); }

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