Html Css Color HEX #648F92 Gothic

📋 copy color: '#648F92'

red 100 ◦ green 143 ◦ blue 146

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

Shades of Gothic #648F92

Tints of Gothic #648F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 25.71%
G = 36.76%
B = 37.53%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#648F92 (or 0x648F92) is known color: Gothic. HEX triplet: 64, 8F and 92. RGB value is (100,143,146). Sum of RGB (Red+Green+Blue) = 100+143+146=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #648F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648F92 is #9B706D. Grayscale: #828282. Windows color (decimal): -10186862 or 9604964. OLE color: 9604964.

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

Color convert

RGB 100 143 146 -
CMYK 0.32 0.02 0 0.43
HSL 183.91º 0.19% 0.48% -
HSV(B) 183.91º 0.32% 0.57% -
XYZ 20.27 24.43 30.84 -
YUV 130.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 100 143 146 0.32 0.02 0 0.43 183.91 0.19 0.48
Hex 64 8F 92 20 2 0 2B B8 13 30
Octal 144 217 222 40 2 0 53 270 23 60
Binary 1100100 10001111 10010010 100000 10 0 101011 10111000 10011 110000

Color Harmonies of #648F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F92

Black with #648F92

Text Example


Text Example

White with #648F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,143,146); }

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

background-color css

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

 a { background-color: rgb(100,143,146); }

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

border-color css

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

 span { border-color: rgb(100,143,146); }

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