Html Css Color HEX #648D93 Gothic

📋 copy color: '#648D93'

red 100 ◦ green 141 ◦ blue 147

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

Shades of Gothic #648D93

Tints of Gothic #648D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 25.77%
G = 36.34%
B = 37.89%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648D93 (or 0x648D93) is known color: Gothic. HEX triplet: 64, 8D and 93. RGB value is (100,141,147). Sum of RGB (Red+Green+Blue) = 100+141+147=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #648D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D93 is #9B726C. Grayscale: #818181. Windows color (decimal): -10187373 or 9669988. OLE color: 9669988.

HSL color Cylindrical-coordinate representation of color #648D93: hue angle of 187.66º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648D93 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 141 147 -
CMYK 0.32 0.04 0 0.42
HSL 187.66º 0.19% 0.48% -
HSV(B) 187.66º 0.32% 0.58% -
XYZ 20.05 23.87 31.15 -
YUV 129.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 100 141 147 0.32 0.04 0 0.42 187.66 0.19 0.48
Hex 64 8D 93 20 4 0 2A BC 13 30
Octal 144 215 223 40 4 0 52 274 23 60
Binary 1100100 10001101 10010011 100000 100 0 101010 10111100 10011 110000

Color Harmonies of #648D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D93

Black with #648D93

Text Example


Text Example

White with #648D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648D93; }

 p { color: rgb(100,141,147); }

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

background-color css

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

 a { background-color: rgb(100,141,147); }

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

border-color css

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

 span { border-color: rgb(100,141,147); }

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