Html Css Color HEX #648597 Horizon

📋 copy color: '#648597'

red 100 ◦ green 133 ◦ blue 151

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

Shades of Horizon #648597

Tints of Horizon #648597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 26.04%
G = 34.64%
B = 39.32%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#648597 (or 0x648597) is known color: Horizon. HEX triplet: 64, 85 and 97. RGB value is (100,133,151). Sum of RGB (Red+Green+Blue) = 100+133+151=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #648597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648597 is #9B7A68. Grayscale: #7D7D7D. Windows color (decimal): -10189417 or 9930084. OLE color: 9930084.

HSL color Cylindrical-coordinate representation of color #648597: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648597 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 133 151 -
CMYK 0.34 0.12 0 0.41
HSL 201.18º 0.2% 0.49% -
HSV(B) 201.18º 0.34% 0.59% -
XYZ 19.23 21.72 32.46 -
YUV 125.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 100 133 151 0.34 0.12 0 0.41 201.18 0.2 0.49
Hex 64 85 97 22 C 0 29 C9 14 31
Octal 144 205 227 42 14 0 51 311 24 61
Binary 1100100 10000101 10010111 100010 1100 0 101001 11001001 10100 110001

Color Harmonies of #648597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648597

Black with #648597

Text Example


Text Example

White with #648597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648597; }

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

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

background-color css

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

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

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

border-color css

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

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

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