Html Css Color HEX #64849B Bermuda Grey

📋 copy color: '#64849B'

red 100 ◦ green 132 ◦ blue 155

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

Shades of Bermuda Grey #64849B

Tints of Bermuda Grey #64849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 25.84%
G = 34.11%
B = 40.05%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64849B (or 0x64849B) is known color: Bermuda Grey. HEX triplet: 64, 84 and 9B. RGB value is (100,132,155). Sum of RGB (Red+Green+Blue) = 100+132+155=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #64849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64849B is #9B7B64. Grayscale: #7C7C7C. Windows color (decimal): -10189669 or 10191972. OLE color: 10191972.

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

Color convert

RGB 100 132 155 -
CMYK 0.35 0.15 0 0.39
HSL 205.09º 0.22% 0.5% -
HSV(B) 205.09º 0.35% 0.61% -
XYZ 19.42 21.58 34.15 -
YUV 125.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 100 132 155 0.35 0.15 0 0.39 205.09 0.22 0.5
Hex 64 84 9B 23 F 0 27 CD 16 32
Octal 144 204 233 43 17 0 47 315 26 62
Binary 1100100 10000100 10011011 100011 1111 0 100111 11001101 10110 110010

Color Harmonies of #64849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64849B

Black with #64849B

Text Example


Text Example

White with #64849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64849B; }

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

 H1.HeaderClassName
 {
   color: #64849B;
 }
 .AnyTagClassName
 {
   color: #64849B;
 }
</style>

background-color css

<style>
 a { background-color: #64849B; }

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

 div.DivClassName
 {
   background-color: #64849B;
 }
 .BgClassName
 {
   background-color: #64849B;
 }
</style>

border-color css

<style>
 span { border-color: #64849B; }

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

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