Html Css Color HEX #657DAE Ship Cove

📋 copy color: '#657DAE'

red 101 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #657DAE

Tints of Ship Cove #657DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

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

R = 25.25%
G = 31.25%
B = 43.5%

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

#657DAE (or 0x657DAE) is known color: Ship Cove. HEX triplet: 65, 7D and AE. RGB value is (101,125,174). Sum of RGB (Red+Green+Blue) = 101+125+174=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #657DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DAE is #9A8251. Grayscale: #7B7B7B. Windows color (decimal): -10125906 or 11435365. OLE color: 11435365.

HSL color Cylindrical-coordinate representation of color #657DAE: hue angle of 220.27º 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 #657DAE is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 125 174 -
CMYK 0.42 0.28 0 0.32
HSL 220.27º 0.31% 0.54% -
HSV(B) 220.27º 0.42% 0.68% -
XYZ 20.34 20.49 42.93 -
YUV 123.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 101 125 174 0.42 0.28 0 0.32 220.27 0.31 0.54
Hex 65 7D AE 2A 1C 0 20 DC 1F 36
Octal 145 175 256 52 34 0 40 334 37 66
Binary 1100101 1111101 10101110 101010 11100 0 100000 11011100 11111 110110

Color Harmonies of #657DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657DAE

Black with #657DAE

Text Example


Text Example

White with #657DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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