#647DAB

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

Shades of Ship Cove #647DAB

Tints of Ship Cove #647DAB

Color information

#647DAB (or 0x647DAB) is unknown color: approx Ship Cove. HEX triplet: 64, 7D and AB. RGB value is (100,125,171). Sum of RGB (Red+Green+Blue) = 100+125+171=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #647DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647DAB is #9B8254. Grayscale: #7A7A7A. Windows color (decimal): -10191445 or 11238756. OLE color: 11238756.

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

Color convert

RGB100125171-
CMYK0.420.2700.33
HSL218.87º29.71%53.14%-
HSV(B)218.87º41.52%67.06%-
XYZ19.9420.3241.4-
YUV122.77155.22111.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=25.25%
G=31.57%
B=43.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001251710.420.2700.33218.8729.7153.14
Hex647DAB2A1B021db1e35
Octal14417525352330413333665
Binary11001001111101101010111010101101101000011101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647DAB; }

 p { color: rgb(100,125,171); }

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

<style>
 a { background-color: #647DAB; }

 a { background-color: rgb(100,125,171); }

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

<style>
 span { border-color: #647DAB; }

 span { border-color: rgb(100,125,171); }

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