Html Css Color HEX #648290 Horizon

📋 copy color: '#648290'

red 100 ◦ green 130 ◦ blue 144

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

Shades of Horizon #648290

Tints of Horizon #648290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 26.74%
G = 34.76%
B = 38.5%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#648290 (or 0x648290) is known color: Horizon. HEX triplet: 64, 82 and 90. RGB value is (100,130,144). Sum of RGB (Red+Green+Blue) = 100+130+144=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #648290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648290 is #9B7D6F. Grayscale: #7A7A7A. Windows color (decimal): -10190192 or 9470564. OLE color: 9470564.

HSL color Cylindrical-coordinate representation of color #648290: hue angle of 199.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #648290 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 130 144 -
CMYK 0.31 0.10 0 0.44
HSL 199.09º 0.18% 0.48% -
HSV(B) 199.09º 0.31% 0.56% -
XYZ 18.27 20.69 29.42 -
YUV 122.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 100 130 144 0.31 0.10 0 0.44 199.09 0.18 0.48
Hex 64 82 90 1F A 0 2C C7 12 30
Octal 144 202 220 37 12 0 54 307 22 60
Binary 1100100 10000010 10010000 11111 1010 0 101100 11000111 10010 110000

Color Harmonies of #648290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648290

Black with #648290

Text Example


Text Example

White with #648290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648290; }

 p { color: rgb(100,130,144); }

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

background-color css

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

 a { background-color: rgb(100,130,144); }

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

border-color css

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

 span { border-color: rgb(100,130,144); }

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