Html Css Color HEX #638274 Cutty Sark

📋 copy color: '#638274'

red 99 ◦ green 130 ◦ blue 116

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

Shades of Cutty Sark #638274

Tints of Cutty Sark #638274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 28.7%
G = 37.68%
B = 33.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#638274 (or 0x638274) is known color: Cutty Sark. HEX triplet: 63, 82 and 74. RGB value is (99,130,116). Sum of RGB (Red+Green+Blue) = 99+130+116=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #638274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638274 is #9C7D8B. Grayscale: #777777. Windows color (decimal): -10255756 or 7635555. OLE color: 7635555.

HSL color Cylindrical-coordinate representation of color #638274: hue angle of 152.9º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638274 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 116 -
CMYK 0.24 0 0.11 0.49
HSL 152.9º 0.14% 0.45% -
HSV(B) 152.9º 0.24% 0.51% -
XYZ 16.28 19.88 19.5 -
YUV 119.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 99 130 116 0.24 0 0.11 0.49 152.9 0.14 0.45
Hex 63 82 74 18 0 B 31 99 E 2D
Octal 143 202 164 30 0 13 61 231 16 55
Binary 1100011 10000010 1110100 11000 0 1011 110001 10011001 1110 101101

Color Harmonies of #638274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638274

Black with #638274

Text Example


Text Example

White with #638274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638274; }

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

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

background-color css

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

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

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

border-color css

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

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

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