#6A7ED3

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

Shades of Havelock Blue #6A7ED3

Tints of Havelock Blue #6A7ED3

Color information

#6A7ED3 (or 0x6A7ED3) is unknown color: approx Havelock Blue. HEX triplet: 6A, 7E and D3. RGB value is (106,126,211). Sum of RGB (Red+Green+Blue) = 106+126+211=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #6A7ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ED3 is #95812C. Grayscale: #818181. Windows color (decimal): -9797933 or 13860458. OLE color: 13860458.

HSL color Cylindrical-coordinate representation of color #6A7ED3: hue angle of 228.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A7ED3 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB106126211-
CMYK0.500.4000.17
HSL228.57º54.4%62.16%-
HSV(B)228.57º49.76%82.75%-
XYZ25.1622.6964.68-
YUV129.71173.87111.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 211 (82.81% from 255) = 47.63%
R=23.93%
G=28.44%
B=47.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1061262110.500.4000.17228.5754.462.16
Hex6A7ED33228011e5363e
Octal15217632362500213456676
Binary110101011111101101001111001010100001000111100101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,126,211); }

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

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

 a { background-color: rgb(106,126,211); }

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

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

 span { border-color: rgb(106,126,211); }

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