#657EAA

Color #657EAA Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #657EAA

Tints of Ship Cove #657EAA

Color information

#657EAA (or 0x657EAA) is unknown color: approx Ship Cove. HEX triplet: 65, 7E and AA. RGB value is (101,126,170). Sum of RGB (Red+Green+Blue) = 101+126+170=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #657EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657EAA is #9A8155. Grayscale: #7B7B7B. Windows color (decimal): -10125654 or 11173477. OLE color: 11173477.

HSL color Cylindrical-coordinate representation of color #657EAA: hue angle of 218.26º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #657EAA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101126170-
CMYK0.410.2600.33
HSL218.26º28.87%53.14%-
HSV(B)218.26º40.59%66.67%-
XYZ20.0820.5940.95-
YUV123.54154.22111.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=25.44%
G=31.74%
B=42.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011261700.410.2600.33218.2628.8753.14
Hex657EAA291A021da1d35
Octal14517625251320413323565
Binary11001011111110101010101010011101001000011101101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657EAA; }

 p { color: rgb(101,126,170); }

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

<style>
 a { background-color: #657EAA; }

 a { background-color: rgb(101,126,170); }

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

<style>
 span { border-color: #657EAA; }

 span { border-color: rgb(101,126,170); }

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