Html Css Color HEX #647DAC Ship Cove

📋 copy color: '#647DAC'

red 100 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #647DAC

Tints of Ship Cove #647DAC

RGB

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

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

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

R = 25.19%
G = 31.49%
B = 43.32%

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

#647DAC (or 0x647DAC) is known color: Ship Cove. HEX triplet: 64, 7D and AC. RGB value is (100,125,172). Sum of RGB (Red+Green+Blue) = 100+125+172=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #647DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647DAC is #9B8253. Grayscale: #7A7A7A. Windows color (decimal): -10191444 or 11304292. OLE color: 11304292.

HSL color Cylindrical-coordinate representation of color #647DAC: hue angle of 219.17º 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 #647DAC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 125 172 -
CMYK 0.42 0.27 0 0.33
HSL 219.17º 0.3% 0.53% -
HSV(B) 219.17º 0.42% 0.67% -
XYZ 20.04 20.36 41.9 -
YUV 122.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 100 125 172 0.42 0.27 0 0.33 219.17 0.3 0.53
Hex 64 7D AC 2A 1B 0 21 DB 1E 35
Octal 144 175 254 52 33 0 41 333 36 65
Binary 1100100 1111101 10101100 101010 11011 0 100001 11011011 11110 110101

Color Harmonies of #647DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DAC

Black with #647DAC

Text Example


Text Example

White with #647DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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