Html Css Color HEX #657EAE Ship Cove

📋 copy color: '#657EAE'

red 101 ◦ green 126 ◦ blue 174

#657EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #657EAE

Tints of Ship Cove #657EAE

RGB

 RED value IS 101 (39.84% from 255) = 25.19%

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 25.19%
G = 31.42%
B = 43.39%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#657EAE (or 0x657EAE) is known color: Ship Cove. HEX triplet: 65, 7E and AE. RGB value is (101,126,174). Sum of RGB (Red+Green+Blue) = 101+126+174=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #657EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657EAE is #9A8151. Grayscale: #7B7B7B. Windows color (decimal): -10125650 or 11435621. OLE color: 11435621.

HSL color Cylindrical-coordinate representation of color #657EAE: hue angle of 219.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #657EAE is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 126 174 -
CMYK 0.42 0.28 0 0.32
HSL 219.45º 0.31% 0.54% -
HSV(B) 219.45º 0.42% 0.68% -
XYZ 20.47 20.74 42.97 -
YUV 124 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 101 126 174 0.42 0.28 0 0.32 219.45 0.31 0.54
Hex 65 7E AE 2A 1C 0 20 DB 1F 36
Octal 145 176 256 52 34 0 40 333 37 66
Binary 1100101 1111110 10101110 101010 11100 0 100000 11011011 11111 110110

Color Harmonies of #657EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657EAE

Black with #657EAE

Text Example


Text Example

White with #657EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #657EAE;
 }
 .AnyTagClassName
 {
   color: #657EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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