Html Css Color HEX #648699 Horizon

📋 copy color: '#648699'

red 100 ◦ green 134 ◦ blue 153

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

Shades of Horizon #648699

Tints of Horizon #648699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.53%

R = 25.84%
G = 34.63%
B = 39.53%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#648699 (or 0x648699) is known color: Horizon. HEX triplet: 64, 86 and 99. RGB value is (100,134,153). Sum of RGB (Red+Green+Blue) = 100+134+153=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #648699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648699 is #9B7966. Grayscale: #7D7D7D. Windows color (decimal): -10189159 or 10061412. OLE color: 10061412.

HSL color Cylindrical-coordinate representation of color #648699: hue angle of 201.51º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648699 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 134 153 -
CMYK 0.35 0.12 0 0.4
HSL 201.51º 0.21% 0.5% -
HSV(B) 201.51º 0.35% 0.6% -
XYZ 19.53 22.06 33.37 -
YUV 126 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 100 134 153 0.35 0.12 0 0.4 201.51 0.21 0.5
Hex 64 86 99 23 C 0 28 CA 15 32
Octal 144 206 231 43 14 0 50 312 25 62
Binary 1100100 10000110 10011001 100011 1100 0 101000 11001010 10101 110010

Color Harmonies of #648699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648699

Black with #648699

Text Example


Text Example

White with #648699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648699; }

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

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

background-color css

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

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

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

border-color css

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

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

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