#648a9b

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

Shades of Horizon #648A9B

Tints of Horizon #648A9B

Color information

#648A9B (or 0x648A9B) is unknown color: approx Horizon. HEX triplet: 64, 8A and 9B. RGB value is (100,138,155). Sum of RGB (Red+Green+Blue) = 100+138+155=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #648A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A9B is #9B7564. Grayscale: #808080. Windows color (decimal): -10188133 or 10193508. OLE color: 10193508.

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

Color convert

RGB100138155-
CMYK0.350.1100.39
HSL198.55º21.57%50%-
HSV(B)198.55º35.48%60.78%-
XYZ20.2623.2534.43-
YUV128.58142.91107.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=25.45%
G=35.11%
B=39.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001381550.350.1100.39198.5521.5750
Hex648A9B23B027c71632
Octal14421223343130473072662
Binary11001001000101010011011100011101101001111100011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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