#648790

Color #648790 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #648790

Tints of Gothic #648790

Color information

#648790 (or 0x648790) is unknown color: approx Gothic. HEX triplet: 64, 87 and 90. RGB value is (100,135,144). Sum of RGB (Red+Green+Blue) = 100+135+144=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #648790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648790 is #9B786F. Grayscale: #7D7D7D. Windows color (decimal): -10188912 or 9471844. OLE color: 9471844.

HSL color Cylindrical-coordinate representation of color #648790: hue angle of 192.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #648790 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100135144-
CMYK0.310.0600.44
HSL192.27º18.03%47.84%-
HSV(B)192.27º30.56%56.47%-
XYZ18.9522.0529.64-
YUV125.56138.4109.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=26.39%
G=35.62%
B=37.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001351440.310.0600.44192.2718.0347.84
Hex6487901F602Cc01230
Octal1442072203760543002260
Binary110010010000111100100001111111001011001100000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648790; }

 p { color: rgb(100,135,144); }

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

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

 a { background-color: rgb(100,135,144); }

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

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

 span { border-color: rgb(100,135,144); }

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