#638A7A

Color #638A7A Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #638A7A

Tints of Cutty Sark #638A7A

Color information

#638A7A (or 0x638A7A) is unknown color: approx Cutty Sark. HEX triplet: 63, 8A and 7A. RGB value is (99,138,122). Sum of RGB (Red+Green+Blue) = 99+138+122=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #638A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A7A is #9C7585. Grayscale: #7C7C7C. Windows color (decimal): -10253702 or 8030819. OLE color: 8030819.

HSL color Cylindrical-coordinate representation of color #638A7A: hue angle of 155.38º 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 #638A7A is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB99138122-
CMYK0.2800.120.46
HSL155.38º16.46%46.47%-
HSV(B)155.38º28.26%54.12%-
XYZ17.7522.2321.77-
YUV124.52126.58109.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=27.58%
G=38.44%
B=33.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991381220.2800.120.46155.3816.4646.47
Hex638A7A1C0C2E9b102e
Octal14321217234014562332056
Binary110001110001010111101011100011001011101001101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #638A7A;
 }
 .AnyTagClassName
 {
   color: #638A7A;
 }
</style>
background-color css

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

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

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

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

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

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