Html Css Color HEX #657FAE Ship Cove

📋 copy color: '#657FAE'

red 101 ◦ green 127 ◦ blue 174

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

Shades of Ship Cove #657FAE

Tints of Ship Cove #657FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 25.12%
G = 31.59%
B = 43.28%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#657FAE (or 0x657FAE) is known color: Ship Cove. HEX triplet: 65, 7F and AE. RGB value is (101,127,174). Sum of RGB (Red+Green+Blue) = 101+127+174=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #657FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FAE is #9A8051. Grayscale: #7C7C7C. Windows color (decimal): -10125394 or 11435877. OLE color: 11435877.

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

Color convert

RGB 101 127 174 -
CMYK 0.42 0.27 0 0.32
HSL 218.63º 0.31% 0.54% -
HSV(B) 218.63º 0.42% 0.68% -
XYZ 20.6 21 43.01 -
YUV 124.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 101 127 174 0.42 0.27 0 0.32 218.63 0.31 0.54
Hex 65 7F AE 2A 1B 0 20 DB 1F 36
Octal 145 177 256 52 33 0 40 333 37 66
Binary 1100101 1111111 10101110 101010 11011 0 100000 11011011 11111 110110

Color Harmonies of #657FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657FAE

Black with #657FAE

Text Example


Text Example

White with #657FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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