Html Css Color HEX #638474 Cutty Sark

📋 copy color: '#638474'

red 99 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #638474

Tints of Cutty Sark #638474

RGB

 RED value IS 99 (39.06% from 255) = 28.53%

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 28.53%
G = 38.04%
B = 33.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#638474 (or 0x638474) is known color: Cutty Sark. HEX triplet: 63, 84 and 74. RGB value is (99,132,116). Sum of RGB (Red+Green+Blue) = 99+132+116=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #638474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638474 is #9C7B8B. Grayscale: #787878. Windows color (decimal): -10255244 or 7636067. OLE color: 7636067.

HSL color Cylindrical-coordinate representation of color #638474: hue angle of 150.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638474 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 116 -
CMYK 0.25 0 0.12 0.48
HSL 150.91º 0.14% 0.45% -
HSV(B) 150.91º 0.25% 0.52% -
XYZ 16.55 20.42 19.59 -
YUV 120.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 99 132 116 0.25 0 0.12 0.48 150.91 0.14 0.45
Hex 63 84 74 19 0 C 30 97 E 2D
Octal 143 204 164 31 0 14 60 227 16 55
Binary 1100011 10000100 1110100 11001 0 1100 110000 10010111 1110 101101

Color Harmonies of #638474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638474

Black with #638474

Text Example


Text Example

White with #638474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638474; }

 p { color: rgb(99,132,116); }

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

background-color css

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

 a { background-color: rgb(99,132,116); }

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

border-color css

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

 span { border-color: rgb(99,132,116); }

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