#648D9C

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

Shades of Horizon #648D9C

Tints of Horizon #648D9C

Color information

#648D9C (or 0x648D9C) is unknown color: approx Horizon. HEX triplet: 64, 8D and 9C. RGB value is (100,141,156). Sum of RGB (Red+Green+Blue) = 100+141+156=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #648D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D9C is #9B7263. Grayscale: #828282. Windows color (decimal): -10187364 or 10259812. OLE color: 10259812.

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

Color convert

RGB100141156-
CMYK0.360.1000.39
HSL196.07º22.05%50.2%-
HSV(B)196.07º35.9%61.18%-
XYZ20.7824.1635.02-
YUV130.45142.42106.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=25.19%
G=35.52%
B=39.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001411560.360.1000.39196.0722.0550.2
Hex648D9C24A027c41632
Octal14421523444120473042662
Binary11001001000110110011100100100101001001111100010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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