Html Css Color HEX #648794 Horizon

📋 copy color: '#648794'

red 100 ◦ green 135 ◦ blue 148

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

Shades of Horizon #648794

Tints of Horizon #648794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 26.11%
G = 35.25%
B = 38.64%

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

#648794 (or 0x648794) is known color: Horizon. HEX triplet: 64, 87 and 94. RGB value is (100,135,148). Sum of RGB (Red+Green+Blue) = 100+135+148=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #648794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648794 is #9B786B. Grayscale: #7D7D7D. Windows color (decimal): -10188908 or 9733988. OLE color: 9733988.

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

Color convert

RGB 100 135 148 -
CMYK 0.32 0.09 0 0.42
HSL 196.25º 0.19% 0.49% -
HSV(B) 196.25º 0.32% 0.58% -
XYZ 19.26 22.18 31.28 -
YUV 126.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 100 135 148 0.32 0.09 0 0.42 196.25 0.19 0.49
Hex 64 87 94 20 9 0 2A C4 13 31
Octal 144 207 224 40 11 0 52 304 23 61
Binary 1100100 10000111 10010100 100000 1001 0 101010 11000100 10011 110001

Color Harmonies of #648794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648794

Black with #648794

Text Example


Text Example

White with #648794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648794; }

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

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

background-color css

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

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

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

border-color css

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

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

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