Html Css Color HEX #638774 Cutty Sark

📋 copy color: '#638774'

red 99 ◦ green 135 ◦ blue 116

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

Shades of Cutty Sark #638774

Tints of Cutty Sark #638774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 28.29%
G = 38.57%
B = 33.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#638774 (or 0x638774) is known color: Cutty Sark. HEX triplet: 63, 87 and 74. RGB value is (99,135,116). Sum of RGB (Red+Green+Blue) = 99+135+116=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #638774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638774 is #9C788B. Grayscale: #7A7A7A. Windows color (decimal): -10254476 or 7636835. OLE color: 7636835.

HSL color Cylindrical-coordinate representation of color #638774: hue angle of 148.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638774 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 135 116 -
CMYK 0.27 0 0.14 0.47
HSL 148.33º 0.15% 0.46% -
HSV(B) 148.33º 0.27% 0.53% -
XYZ 16.96 21.24 19.73 -
YUV 122.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 99 135 116 0.27 0 0.14 0.47 148.33 0.15 0.46
Hex 63 87 74 1B 0 E 2F 94 F 2E
Octal 143 207 164 33 0 16 57 224 17 56
Binary 1100011 10000111 1110100 11011 0 1110 101111 10010100 1111 101110

Color Harmonies of #638774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638774

Black with #638774

Text Example


Text Example

White with #638774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638774; }

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

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

background-color css

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

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

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

border-color css

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

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

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