Html Css Color HEX #648A7A Cutty Sark

📋 copy color: '#648A7A'

red 100 ◦ green 138 ◦ blue 122

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

Shades of Cutty Sark #648A7A

Tints of Cutty Sark #648A7A

RGB

 RED value IS 100 (39.45% from 255) = 27.78%

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 27.78%
G = 38.33%
B = 33.89%

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

#648A7A (or 0x648A7A) is known color: Cutty Sark. HEX triplet: 64, 8A and 7A. RGB value is (100,138,122). Sum of RGB (Red+Green+Blue) = 100+138+122=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #648A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A7A is #9B7585. Grayscale: #7C7C7C. Windows color (decimal): -10188166 or 8030820. OLE color: 8030820.

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

Color convert

RGB 100 138 122 -
CMYK 0.28 0 0.12 0.46
HSL 154.74º 0.16% 0.47% -
HSV(B) 154.74º 0.28% 0.54% -
XYZ 17.86 22.29 21.77 -
YUV 124.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 100 138 122 0.28 0 0.12 0.46 154.74 0.16 0.47
Hex 64 8A 7A 1C 0 C 2E 9B 10 2F
Octal 144 212 172 34 0 14 56 233 20 57
Binary 1100100 10001010 1111010 11100 0 1100 101110 10011011 10000 101111

Color Harmonies of #648A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A7A

Black with #648A7A

Text Example


Text Example

White with #648A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A7A; }

 p { color: rgb(100,138,122); }

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

background-color css

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

 a { background-color: rgb(100,138,122); }

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

border-color css

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

 span { border-color: rgb(100,138,122); }

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