Html Css Color HEX #648694 Horizon

📋 copy color: '#648694'

red 100 ◦ green 134 ◦ blue 148

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

Shades of Horizon #648694

Tints of Horizon #648694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

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

R = 26.18%
G = 35.08%
B = 38.74%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648694 (or 0x648694) is known color: Horizon. HEX triplet: 64, 86 and 94. RGB value is (100,134,148). Sum of RGB (Red+Green+Blue) = 100+134+148=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #648694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648694 is #9B796B. Grayscale: #7D7D7D. Windows color (decimal): -10189164 or 9733732. OLE color: 9733732.

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

Color convert

RGB 100 134 148 -
CMYK 0.32 0.09 0 0.42
HSL 197.5º 0.19% 0.49% -
HSV(B) 197.5º 0.32% 0.58% -
XYZ 19.13 21.9 31.24 -
YUV 125.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 100 134 148 0.32 0.09 0 0.42 197.5 0.19 0.49
Hex 64 86 94 20 9 0 2A C6 13 31
Octal 144 206 224 40 11 0 52 306 23 61
Binary 1100100 10000110 10010100 100000 1001 0 101010 11000110 10011 110001

Color Harmonies of #648694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648694

Black with #648694

Text Example


Text Example

White with #648694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648694; }

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

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

background-color css

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

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

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

border-color css

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

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

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