#6A85EC

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

Shades of Cornflower Blue #6A85EC

Tints of Cornflower Blue #6A85EC

Color information

#6A85EC (or 0x6A85EC) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 85 and EC. RGB value is (106,133,236). Sum of RGB (Red+Green+Blue) = 106+133+236=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A85EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A85EC is #957A13. Grayscale: #888888. Windows color (decimal): -9796116 or 15500650. OLE color: 15500650.

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

Color convert

RGB106133236-
CMYK0.550.4400.07
HSL227.54º77.38%67.06%-
HSV(B)227.54º55.08%92.55%-
XYZ29.4725.982.8-
YUV136.67184.05106.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.32%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=22.32%
G=28%
B=49.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061332360.550.4400.07227.5477.3867.06
Hex6A85EC372C07e44d43
Octal152205354675407344115103
Binary1101010100001011110110011011110110001111110010010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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