Html Css Color HEX #648594 Horizon

📋 copy color: '#648594'

red 100 ◦ green 133 ◦ blue 148

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

Shades of Horizon #648594

Tints of Horizon #648594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 26.25%
G = 34.91%
B = 38.85%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648594 (or 0x648594) is known color: Horizon. HEX triplet: 64, 85 and 94. RGB value is (100,133,148). Sum of RGB (Red+Green+Blue) = 100+133+148=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #648594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648594 is #9B7A6B. Grayscale: #7C7C7C. Windows color (decimal): -10189420 or 9733476. OLE color: 9733476.

HSL color Cylindrical-coordinate representation of color #648594: hue angle of 198.75º 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 #648594 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 133 148 -
CMYK 0.32 0.10 0 0.42
HSL 198.75º 0.19% 0.49% -
HSV(B) 198.75º 0.32% 0.58% -
XYZ 18.99 21.62 31.19 -
YUV 124.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 100 133 148 0.32 0.10 0 0.42 198.75 0.19 0.49
Hex 64 85 94 20 A 0 2A C7 13 31
Octal 144 205 224 40 12 0 52 307 23 61
Binary 1100100 10000101 10010100 100000 1010 0 101010 11000111 10011 110001

Color Harmonies of #648594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648594

Black with #648594

Text Example


Text Example

White with #648594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648594; }

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

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

background-color css

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

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

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

border-color css

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

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

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