Html Css Color HEX #657EAA Ship Cove

📋 copy color: '#657EAA'

red 101 ◦ green 126 ◦ blue 170

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

Shades of Ship Cove #657EAA

Tints of Ship Cove #657EAA

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.8% from 255) = 42.82%

R = 25.44%
G = 31.74%
B = 42.82%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#657EAA (or 0x657EAA) is known color: 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

RGB 101 126 170 -
CMYK 0.41 0.26 0 0.33
HSL 218.26º 0.29% 0.53% -
HSV(B) 218.26º 0.41% 0.67% -
XYZ 20.08 20.59 40.95 -
YUV 123.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 101 126 170 0.41 0.26 0 0.33 218.26 0.29 0.53
Hex 65 7E AA 29 1A 0 21 DA 1D 35
Octal 145 176 252 51 32 0 41 332 35 65
Binary 1100101 1111110 10101010 101001 11010 0 100001 11011010 11101 110101

Color Harmonies of #657EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657EAA

Black with #657EAA

Text Example


Text Example

White with #657EAA

Text Example


Text Example

HTML Codes & Css Web 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>