Html Css Color HEX #648995 Horizon

📋 copy color: '#648995'

red 100 ◦ green 137 ◦ blue 149

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

Shades of Horizon #648995

Tints of Horizon #648995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 25.91%
G = 35.49%
B = 38.6%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648995 (or 0x648995) is known color: Horizon. HEX triplet: 64, 89 and 95. RGB value is (100,137,149). Sum of RGB (Red+Green+Blue) = 100+137+149=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #648995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648995 is #9B766A. Grayscale: #7F7F7F. Windows color (decimal): -10188395 or 9800036. OLE color: 9800036.

HSL color Cylindrical-coordinate representation of color #648995: hue angle of 194.69º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648995 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 137 149 -
CMYK 0.33 0.08 0 0.42
HSL 194.69º 0.2% 0.49% -
HSV(B) 194.69º 0.33% 0.58% -
XYZ 19.63 22.77 31.79 -
YUV 127.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 100 137 149 0.33 0.08 0 0.42 194.69 0.2 0.49
Hex 64 89 95 21 8 0 2A C3 14 31
Octal 144 211 225 41 10 0 52 303 24 61
Binary 1100100 10001001 10010101 100001 1000 0 101010 11000011 10100 110001

Color Harmonies of #648995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648995

Black with #648995

Text Example


Text Example

White with #648995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648995; }

 p { color: rgb(100,137,149); }

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

background-color css

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

 a { background-color: rgb(100,137,149); }

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

border-color css

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

 span { border-color: rgb(100,137,149); }

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