Html Css Color HEX #647DAB Ship Cove

📋 copy color: '#647DAB'

red 100 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #647DAB

Tints of Ship Cove #647DAB

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 value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#647DAB (or 0x647DAB) is known color: 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

RGB 100 125 171 -
CMYK 0.42 0.27 0 0.33
HSL 218.87º 0.3% 0.53% -
HSV(B) 218.87º 0.42% 0.67% -
XYZ 19.94 20.32 41.4 -
YUV 122.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 100 125 171 0.42 0.27 0 0.33 218.87 0.3 0.53
Hex 64 7D AB 2A 1B 0 21 DB 1E 35
Octal 144 175 253 52 33 0 41 333 36 65
Binary 1100100 1111101 10101011 101010 11011 0 100001 11011011 11110 110101

Color Harmonies of #647DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DAB

Black with #647DAB

Text Example


Text Example

White with #647DAB

Text Example


Text Example

HTML Codes & Css Web 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>