#648A9F

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

Shades of Bermuda Grey #648A9F

Tints of Bermuda Grey #648A9F

Color information

#648A9F (or 0x648A9F) is unknown color: approx Bermuda Grey. HEX triplet: 64, 8A and 9F. RGB value is (100,138,159). Sum of RGB (Red+Green+Blue) = 100+138+159=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #648A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A9F is #9B7560. Grayscale: #808080. Windows color (decimal): -10188129 or 10455652. OLE color: 10455652.

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

Color convert

RGB100138159-
CMYK0.370.1300.38
HSL201.36º23.51%50.78%-
HSV(B)201.36º37.11%62.35%-
XYZ20.623.3936.23-
YUV129.03144.91107.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=25.19%
G=34.76%
B=40.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001381590.370.1300.38201.3623.5150.78
Hex648A9F25D026c91833
Octal14421223745150463113063
Binary11001001000101010011111100101110101001101100100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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