Html Css Color HEX #648897 Horizon

📋 copy color: '#648897'

red 100 ◦ green 136 ◦ blue 151

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

Shades of Horizon #648897

Tints of Horizon #648897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

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

R = 25.84%
G = 35.14%
B = 39.02%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#648897 (or 0x648897) is known color: Horizon. HEX triplet: 64, 88 and 97. RGB value is (100,136,151). Sum of RGB (Red+Green+Blue) = 100+136+151=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #648897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648897 is #9B7768. Grayscale: #7E7E7E. Windows color (decimal): -10188649 or 9930852. OLE color: 9930852.

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

Color convert

RGB 100 136 151 -
CMYK 0.34 0.10 0 0.41
HSL 197.65º 0.2% 0.49% -
HSV(B) 197.65º 0.34% 0.59% -
XYZ 19.65 22.55 32.6 -
YUV 126.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 100 136 151 0.34 0.10 0 0.41 197.65 0.2 0.49
Hex 64 88 97 22 A 0 29 C6 14 31
Octal 144 210 227 42 12 0 51 306 24 61
Binary 1100100 10001000 10010111 100010 1010 0 101001 11000110 10100 110001

Color Harmonies of #648897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648897

Black with #648897

Text Example


Text Example

White with #648897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648897; }

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

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

background-color css

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

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

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

border-color css

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

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

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