Html Css Color HEX #64888B Gothic

📋 copy color: '#64888B'

red 100 ◦ green 136 ◦ blue 139

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

Shades of Gothic #64888B

Tints of Gothic #64888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 26.67%
G = 36.27%
B = 37.07%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64888B (or 0x64888B) is known color: Gothic. HEX triplet: 64, 88 and 8B. RGB value is (100,136,139). Sum of RGB (Red+Green+Blue) = 100+136+139=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #64888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888B is #9B7774. Grayscale: #7D7D7D. Windows color (decimal): -10188661 or 9144420. OLE color: 9144420.

HSL color Cylindrical-coordinate representation of color #64888B: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64888B is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 136 139 -
CMYK 0.28 0.02 0 0.45
HSL 184.62º 0.16% 0.47% -
HSV(B) 184.62º 0.28% 0.55% -
XYZ 18.72 22.18 27.72 -
YUV 125.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 100 136 139 0.28 0.02 0 0.45 184.62 0.16 0.47
Hex 64 88 8B 1C 2 0 2D B9 10 2F
Octal 144 210 213 34 2 0 55 271 20 57
Binary 1100100 10001000 10001011 11100 10 0 101101 10111001 10000 101111

Color Harmonies of #64888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64888B

Black with #64888B

Text Example


Text Example

White with #64888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,136,139); }

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

background-color css

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

 a { background-color: rgb(100,136,139); }

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

border-color css

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

 span { border-color: rgb(100,136,139); }

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