#657FB0

Color #657FB0 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #657FB0

Tints of Ship Cove #657FB0

Color information

#657FB0 (or 0x657FB0) is unknown color: approx Ship Cove. HEX triplet: 65, 7F and B0. RGB value is (101,127,176). Sum of RGB (Red+Green+Blue) = 101+127+176=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #657FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FB0 is #9A804F. Grayscale: #7C7C7C. Windows color (decimal): -10125392 or 11566949. OLE color: 11566949.

HSL color Cylindrical-coordinate representation of color #657FB0: hue angle of 219.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657FB0 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101127176-
CMYK0.430.2800.31
HSL219.2º32.19%54.31%-
HSV(B)219.2º42.61%69.02%-
XYZ20.7921.0844.05-
YUV124.81156.89111.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=25%
G=31.44%
B=43.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011271760.430.2800.31219.232.1954.31
Hex657FB02B1C01Fdb2036
Octal14517726053340373334066
Binary11001011111111101100001010111110001111111011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #657FB0;
 }
 .AnyTagClassName
 {
   color: #657FB0;
 }
</style>
background-color css

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

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

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

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

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

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