Html Css Color HEX #648D99 Horizon

📋 copy color: '#648D99'

red 100 ◦ green 141 ◦ blue 153

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

Shades of Horizon #648D99

Tints of Horizon #648D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 25.38%
G = 35.79%
B = 38.83%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#648D99 (or 0x648D99) is known color: Horizon. HEX triplet: 64, 8D and 99. RGB value is (100,141,153). Sum of RGB (Red+Green+Blue) = 100+141+153=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #648D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D99 is #9B7266. Grayscale: #828282. Windows color (decimal): -10187367 or 10063204. OLE color: 10063204.

HSL color Cylindrical-coordinate representation of color #648D99: hue angle of 193.58º 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 #648D99 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 141 153 -
CMYK 0.35 0.08 0 0.4
HSL 193.58º 0.21% 0.5% -
HSV(B) 193.58º 0.35% 0.6% -
XYZ 20.53 24.06 33.7 -
YUV 130.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 100 141 153 0.35 0.08 0 0.4 193.58 0.21 0.5
Hex 64 8D 99 23 8 0 28 C2 15 32
Octal 144 215 231 43 10 0 50 302 25 62
Binary 1100100 10001101 10011001 100011 1000 0 101000 11000010 10101 110010

Color Harmonies of #648D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D99

Black with #648D99

Text Example


Text Example

White with #648D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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