Html Css Color HEX #657DAC Ship Cove

📋 copy color: '#657DAC'

red 101 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #657DAC

Tints of Ship Cove #657DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 25.38%
G = 31.41%
B = 43.22%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#657DAC (or 0x657DAC) is known color: Ship Cove. HEX triplet: 65, 7D and AC. RGB value is (101,125,172). Sum of RGB (Red+Green+Blue) = 101+125+172=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #657DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DAC is #9A8253. Grayscale: #7A7A7A. Windows color (decimal): -10125908 or 11304293. OLE color: 11304293.

HSL color Cylindrical-coordinate representation of color #657DAC: hue angle of 219.72º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #657DAC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 125 172 -
CMYK 0.41 0.27 0 0.33
HSL 219.72º 0.3% 0.54% -
HSV(B) 219.72º 0.41% 0.67% -
XYZ 20.15 20.41 41.91 -
YUV 123.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 101 125 172 0.41 0.27 0 0.33 219.72 0.3 0.54
Hex 65 7D AC 29 1B 0 21 DC 1E 36
Octal 145 175 254 51 33 0 41 334 36 66
Binary 1100101 1111101 10101100 101001 11011 0 100001 11011100 11110 110110

Color Harmonies of #657DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657DAC

Black with #657DAC

Text Example


Text Example

White with #657DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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