Html Css Color HEX #647CAA Ship Cove

📋 copy color: '#647CAA'

red 100 ◦ green 124 ◦ blue 170

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

Shades of Ship Cove #647CAA

Tints of Ship Cove #647CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 25.38%
G = 31.47%
B = 43.15%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#647CAA (or 0x647CAA) is known color: Ship Cove. HEX triplet: 64, 7C and AA. RGB value is (100,124,170). Sum of RGB (Red+Green+Blue) = 100+124+170=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #647CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647CAA is #9B8355. Grayscale: #797979. Windows color (decimal): -10191702 or 11172964. OLE color: 11172964.

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

Color convert

RGB 100 124 170 -
CMYK 0.41 0.27 0 0.33
HSL 219.43º 0.29% 0.53% -
HSV(B) 219.43º 0.41% 0.67% -
XYZ 19.72 20.03 40.86 -
YUV 122.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 100 124 170 0.41 0.27 0 0.33 219.43 0.29 0.53
Hex 64 7C AA 29 1B 0 21 DB 1D 35
Octal 144 174 252 51 33 0 41 333 35 65
Binary 1100100 1111100 10101010 101001 11011 0 100001 11011011 11101 110101

Color Harmonies of #647CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CAA

Black with #647CAA

Text Example


Text Example

White with #647CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,124,170); }

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

background-color css

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

 a { background-color: rgb(100,124,170); }

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

border-color css

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

 span { border-color: rgb(100,124,170); }

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