#6A8CE0

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

Shades of Cornflower Blue #6A8CE0

Tints of Cornflower Blue #6A8CE0

Color information

#6A8CE0 (or 0x6A8CE0) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 8C and E0. RGB value is (106,140,224). Sum of RGB (Red+Green+Blue) = 106+140+224=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #6A8CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8CE0 is #95731F. Grayscale: #8B8B8B. Windows color (decimal): -9794336 or 14716010. OLE color: 14716010.

HSL color Cylindrical-coordinate representation of color #6A8CE0: hue angle of 222.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A8CE0 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106140224-
CMYK0.530.3800.12
HSL222.71º65.56%64.71%-
HSV(B)222.71º52.68%87.84%-
XYZ28.7827.274.25-
YUV139.41175.74104.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 224 (87.89% from 255) = 47.66%
R=22.55%
G=29.79%
B=47.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1061402240.530.3800.12222.7165.5664.71
Hex6A8CE035260Cdf4241
Octal1522143406546014337102101
Binary11010101000110011100000110101100110011001101111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,140,224); }

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

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

 a { background-color: rgb(106,140,224); }

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

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

 span { border-color: rgb(106,140,224); }

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