Html Css Color HEX #648F94 Gothic

📋 copy color: '#648F94'

red 100 ◦ green 143 ◦ blue 148

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

Shades of Gothic #648F94

Tints of Gothic #648F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 25.58%
G = 36.57%
B = 37.85%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648F94 (or 0x648F94) is known color: Gothic. HEX triplet: 64, 8F and 94. RGB value is (100,143,148). Sum of RGB (Red+Green+Blue) = 100+143+148=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #648F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648F94 is #9B706B. Grayscale: #828282. Windows color (decimal): -10186860 or 9736036. OLE color: 9736036.

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

Color convert

RGB 100 143 148 -
CMYK 0.32 0.03 0 0.42
HSL 186.25º 0.19% 0.49% -
HSV(B) 186.25º 0.32% 0.58% -
XYZ 20.42 24.49 31.67 -
YUV 130.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 100 143 148 0.32 0.03 0 0.42 186.25 0.19 0.49
Hex 64 8F 94 20 3 0 2A BA 13 31
Octal 144 217 224 40 3 0 52 272 23 61
Binary 1100100 10001111 10010100 100000 11 0 101010 10111010 10011 110001

Color Harmonies of #648F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F94

Black with #648F94

Text Example


Text Example

White with #648F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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