Html Css Color HEX #648688 Gothic

📋 copy color: '#648688'

red 100 ◦ green 134 ◦ blue 136

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

Shades of Gothic #648688

Tints of Gothic #648688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 27.03%
G = 36.22%
B = 36.76%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#648688 (or 0x648688) is known color: Gothic. HEX triplet: 64, 86 and 88. RGB value is (100,134,136). Sum of RGB (Red+Green+Blue) = 100+134+136=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #648688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648688 is #9B7977. Grayscale: #7C7C7C. Windows color (decimal): -10189176 or 8947300. OLE color: 8947300.

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

Color convert

RGB 100 134 136 -
CMYK 0.26 0.01 0 0.47
HSL 183.33º 0.15% 0.46% -
HSV(B) 183.33º 0.26% 0.53% -
XYZ 18.22 21.54 26.49 -
YUV 124.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 100 134 136 0.26 0.01 0 0.47 183.33 0.15 0.46
Hex 64 86 88 1A 1 0 2F B7 F 2E
Octal 144 206 210 32 1 0 57 267 17 56
Binary 1100100 10000110 10001000 11010 1 0 101111 10110111 1111 101110

Color Harmonies of #648688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648688

Black with #648688

Text Example


Text Example

White with #648688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648688; }

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

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

background-color css

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

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

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

border-color css

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

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

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