Html Css Color HEX #638A79 Cutty Sark

📋 copy color: '#638A79'

red 99 ◦ green 138 ◦ blue 121

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

Shades of Cutty Sark #638A79

Tints of Cutty Sark #638A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 27.65%
G = 38.55%
B = 33.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#638A79 (or 0x638A79) is known color: Cutty Sark. HEX triplet: 63, 8A and 79. RGB value is (99,138,121). Sum of RGB (Red+Green+Blue) = 99+138+121=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #638A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A79 is #9C7586. Grayscale: #7C7C7C. Windows color (decimal): -10253703 or 7965283. OLE color: 7965283.

HSL color Cylindrical-coordinate representation of color #638A79: hue angle of 153.85º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A79 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 138 121 -
CMYK 0.28 0 0.12 0.46
HSL 153.85º 0.16% 0.46% -
HSV(B) 153.85º 0.28% 0.54% -
XYZ 17.69 22.21 21.44 -
YUV 124.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 99 138 121 0.28 0 0.12 0.46 153.85 0.16 0.46
Hex 63 8A 79 1C 0 C 2E 9A 10 2E
Octal 143 212 171 34 0 14 56 232 20 56
Binary 1100011 10001010 1111001 11100 0 1100 101110 10011010 10000 101110

Color Harmonies of #638A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A79

Black with #638A79

Text Example


Text Example

White with #638A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638A79; }

 p { color: rgb(99,138,121); }

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

background-color css

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

 a { background-color: rgb(99,138,121); }

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

border-color css

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

 span { border-color: rgb(99,138,121); }

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