Html Css Color HEX #647DAE Ship Cove

📋 copy color: '#647DAE'

red 100 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #647DAE

Tints of Ship Cove #647DAE

RGB

 RED value IS 100 (39.45% from 255) = 25.06%

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

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

R = 25.06%
G = 31.33%
B = 43.61%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#647DAE (or 0x647DAE) is known color: Ship Cove. HEX triplet: 64, 7D and AE. RGB value is (100,125,174). Sum of RGB (Red+Green+Blue) = 100+125+174=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #647DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647DAE is #9B8251. Grayscale: #7A7A7A. Windows color (decimal): -10191442 or 11435364. OLE color: 11435364.

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

Color convert

RGB 100 125 174 -
CMYK 0.43 0.28 0 0.32
HSL 219.73º 0.31% 0.54% -
HSV(B) 219.73º 0.43% 0.68% -
XYZ 20.23 20.43 42.92 -
YUV 123.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 100 125 174 0.43 0.28 0 0.32 219.73 0.31 0.54
Hex 64 7D AE 2B 1C 0 20 DC 1F 36
Octal 144 175 256 53 34 0 40 334 37 66
Binary 1100100 1111101 10101110 101011 11100 0 100000 11011100 11111 110110

Color Harmonies of #647DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DAE

Black with #647DAE

Text Example


Text Example

White with #647DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #647DAE;
 }
 .AnyTagClassName
 {
   color: #647DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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