#648b9b

Color #648B9B Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #648B9B

Tints of Horizon #648B9B

Color information

#648B9B (or 0x648B9B) is unknown color: approx Horizon. HEX triplet: 64, 8B and 9B. RGB value is (100,139,155). Sum of RGB (Red+Green+Blue) = 100+139+155=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #648B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B9B is #9B7464. Grayscale: #818181. Windows color (decimal): -10187877 or 10193764. OLE color: 10193764.

HSL color Cylindrical-coordinate representation of color #648B9B: hue angle of 197.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648B9B is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100139155-
CMYK0.350.1000.39
HSL197.45º21.57%50%-
HSV(B)197.45º35.48%60.78%-
XYZ20.423.5434.48-
YUV129.16142.58107.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=25.38%
G=35.28%
B=39.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001391550.350.1000.39197.4521.5750
Hex648B9B23A027c51632
Octal14421323343120473052662
Binary11001001000101110011011100011101001001111100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,139,155); }

 H1.HeaderClassName
 {
   color: #648b9b;
 }
 .AnyTagClassName
 {
   color: #648b9b;
 }
</style>
background-color css

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

 a { background-color: rgb(100,139,155); }

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

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

 span { border-color: rgb(100,139,155); }

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