Html Css Color HEX #648FA0 Horizon

📋 copy color: '#648FA0'

red 100 ◦ green 143 ◦ blue 160

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

Shades of Horizon #648FA0

Tints of Horizon #648FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 24.81%
G = 35.48%
B = 39.7%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#648FA0 (or 0x648FA0) is known color: Horizon. HEX triplet: 64, 8F and A0. RGB value is (100,143,160). Sum of RGB (Red+Green+Blue) = 100+143+160=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #648FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FA0 is #9B705F. Grayscale: #838383. Windows color (decimal): -10186848 or 10522468. OLE color: 10522468.

HSL color Cylindrical-coordinate representation of color #648FA0: hue angle of 197º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648FA0 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 143 160 -
CMYK 0.38 0.11 0 0.37
HSL 197º 0.24% 0.51% -
HSV(B) 197º 0.38% 0.63% -
XYZ 21.42 24.89 36.93 -
YUV 132.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 100 143 160 0.38 0.11 0 0.37 197 0.24 0.51
Hex 64 8F A0 26 B 0 25 C5 18 33
Octal 144 217 240 46 13 0 45 305 30 63
Binary 1100100 10001111 10100000 100110 1011 0 100101 11000101 11000 110011

Color Harmonies of #648FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FA0

Black with #648FA0

Text Example


Text Example

White with #648FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,143,160); }

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

background-color css

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

 a { background-color: rgb(100,143,160); }

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

border-color css

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

 span { border-color: rgb(100,143,160); }

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