Html Css Color HEX #638478 Cutty Sark

📋 copy color: '#638478'

red 99 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #638478

Tints of Cutty Sark #638478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 28.21%
G = 37.61%
B = 34.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#638478 (or 0x638478) is known color: Cutty Sark. HEX triplet: 63, 84 and 78. RGB value is (99,132,120). Sum of RGB (Red+Green+Blue) = 99+132+120=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #638478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638478 is #9C7B87. Grayscale: #787878. Windows color (decimal): -10255240 or 7898211. OLE color: 7898211.

HSL color Cylindrical-coordinate representation of color #638478: hue angle of 158.18º 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 #638478 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 120 -
CMYK 0.25 0 0.09 0.48
HSL 158.18º 0.14% 0.45% -
HSV(B) 158.18º 0.25% 0.52% -
XYZ 16.79 20.51 20.84 -
YUV 120.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 99 132 120 0.25 0 0.09 0.48 158.18 0.14 0.45
Hex 63 84 78 19 0 9 30 9E E 2D
Octal 143 204 170 31 0 11 60 236 16 55
Binary 1100011 10000100 1111000 11001 0 1001 110000 10011110 1110 101101

Color Harmonies of #638478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638478

Black with #638478

Text Example


Text Example

White with #638478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638478; }

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

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

background-color css

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

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

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

border-color css

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

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

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