#648A98

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

Shades of Horizon #648A98

Tints of Horizon #648A98

Color information

#648A98 (or 0x648A98) is unknown color: approx Horizon. HEX triplet: 64, 8A and 98. RGB value is (100,138,152). Sum of RGB (Red+Green+Blue) = 100+138+152=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #648A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A98 is #9B7567. Grayscale: #808080. Windows color (decimal): -10188136 or 9996900. OLE color: 9996900.

HSL color Cylindrical-coordinate representation of color #648A98: hue angle of 196.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648A98 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100138152-
CMYK0.340.0900.40
HSL196.15º20.63%49.41%-
HSV(B)196.15º34.21%59.61%-
XYZ20.0123.1533.12-
YUV128.23141.41107.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=25.64%
G=35.38%
B=38.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001381520.340.0900.40196.1520.6349.41
Hex648A98229028c41531
Octal14421223042110503042561
Binary11001001000101010011000100010100101010001100010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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