#6A8EDA

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

Shades of Cornflower Blue #6A8EDA

Tints of Cornflower Blue #6A8EDA

Color information

#6A8EDA (or 0x6A8EDA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 8E and DA. RGB value is (106,142,218). Sum of RGB (Red+Green+Blue) = 106+142+218=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A8EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8EDA is #957125. Grayscale: #8B8B8B. Windows color (decimal): -9793830 or 14323306. OLE color: 14323306.

HSL color Cylindrical-coordinate representation of color #6A8EDA: hue angle of 220.71º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A8EDA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106142218-
CMYK0.510.3500.15
HSL220.71º60.22%63.53%-
HSV(B)220.71º51.38%85.49%-
XYZ28.2727.4770.14-
YUV139.9172.07103.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.75%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 218 (85.55% from 255) = 46.78%
R=22.75%
G=30.47%
B=46.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1061422180.510.3500.15220.7160.2263.53
Hex6A8EDA33230Fdd3c40
Octal152216332634301733574100
Binary1101010100011101101101011001110001101111110111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,142,218); }

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

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

 a { background-color: rgb(106,142,218); }

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

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

 span { border-color: rgb(106,142,218); }

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