Html Css Color HEX #657FAD Ship Cove

📋 copy color: '#657FAD'

red 101 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #657FAD

Tints of Ship Cove #657FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 25.19%
G = 31.67%
B = 43.14%

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

#657FAD (or 0x657FAD) is known color: Ship Cove. HEX triplet: 65, 7F and AD. RGB value is (101,127,173). Sum of RGB (Red+Green+Blue) = 101+127+173=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #657FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FAD is #9A8052. Grayscale: #7C7C7C. Windows color (decimal): -10125395 or 11370341. OLE color: 11370341.

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

Color convert

RGB 101 127 173 -
CMYK 0.42 0.27 0 0.32
HSL 218.33º 0.31% 0.54% -
HSV(B) 218.33º 0.42% 0.68% -
XYZ 20.5 20.96 42.5 -
YUV 124.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 101 127 173 0.42 0.27 0 0.32 218.33 0.31 0.54
Hex 65 7F AD 2A 1B 0 20 DA 1F 36
Octal 145 177 255 52 33 0 40 332 37 66
Binary 1100101 1111111 10101101 101010 11011 0 100000 11011010 11111 110110

Color Harmonies of #657FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657FAD

Black with #657FAD

Text Example


Text Example

White with #657FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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