Html Css Color HEX #64867B Cutty Sark

📋 copy color: '#64867B'

red 100 ◦ green 134 ◦ blue 123

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

Shades of Cutty Sark #64867B

Tints of Cutty Sark #64867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 28.01%
G = 37.54%
B = 34.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#64867B (or 0x64867B) is known color: Cutty Sark. HEX triplet: 64, 86 and 7B. RGB value is (100,134,123). Sum of RGB (Red+Green+Blue) = 100+134+123=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #64867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64867B is #9B7984. Grayscale: #7A7A7A. Windows color (decimal): -10189189 or 8095332. OLE color: 8095332.

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

Color convert

RGB 100 134 123 -
CMYK 0.25 0 0.08 0.47
HSL 160.59º 0.15% 0.46% -
HSV(B) 160.59º 0.25% 0.53% -
XYZ 17.36 21.19 21.91 -
YUV 122.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 100 134 123 0.25 0 0.08 0.47 160.59 0.15 0.46
Hex 64 86 7B 19 0 8 2F A1 F 2E
Octal 144 206 173 31 0 10 57 241 17 56
Binary 1100100 10000110 1111011 11001 0 1000 101111 10100001 1111 101110

Color Harmonies of #64867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64867B

Black with #64867B

Text Example


Text Example

White with #64867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64867B; }

 p { color: rgb(100,134,123); }

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

background-color css

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

 a { background-color: rgb(100,134,123); }

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

border-color css

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

 span { border-color: rgb(100,134,123); }

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