Html Css Color HEX #648A9F Bermuda Grey

📋 copy color: '#648A9F'

red 100 ◦ green 138 ◦ blue 159

#648A9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #648A9F

Tints of Bermuda Grey #648A9F

RGB

 RED value IS 100 (39.45% from 255) = 25.19%

 GREEN value IS 138 (54.3% 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 value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#648A9F (or 0x648A9F) is known color: 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

RGB 100 138 159 -
CMYK 0.37 0.13 0 0.38
HSL 201.36º 0.24% 0.51% -
HSV(B) 201.36º 0.37% 0.62% -
XYZ 20.6 23.39 36.23 -
YUV 129.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 100 138 159 0.37 0.13 0 0.38 201.36 0.24 0.51
Hex 64 8A 9F 25 D 0 26 C9 18 33
Octal 144 212 237 45 15 0 46 311 30 63
Binary 1100100 10001010 10011111 100101 1101 0 100110 11001001 11000 110011

Color Harmonies of #648A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A9F

Black with #648A9F

Text Example


Text Example

White with #648A9F

Text Example


Text Example

HTML Codes & Css Web 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>