Html Css Color HEX #65849D Bermuda Grey

📋 copy color: '#65849D'

red 101 ◦ green 132 ◦ blue 157

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

Shades of Bermuda Grey #65849D

Tints of Bermuda Grey #65849D

RGB

 RED value IS 101 (39.84% from 255) = 25.9%

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 25.9%
G = 33.85%
B = 40.26%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65849D (or 0x65849D) is known color: Bermuda Grey. HEX triplet: 65, 84 and 9D. RGB value is (101,132,157). Sum of RGB (Red+Green+Blue) = 101+132+157=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #65849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65849D is #9A7B62. Grayscale: #7D7D7D. Windows color (decimal): -10124131 or 10323045. OLE color: 10323045.

HSL color Cylindrical-coordinate representation of color #65849D: hue angle of 206.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65849D is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 132 157 -
CMYK 0.36 0.16 0 0.38
HSL 206.79º 0.22% 0.51% -
HSV(B) 206.79º 0.36% 0.62% -
XYZ 19.7 21.7 35.05 -
YUV 125.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 101 132 157 0.36 0.16 0 0.38 206.79 0.22 0.51
Hex 65 84 9D 24 10 0 26 CF 16 33
Octal 145 204 235 44 20 0 46 317 26 63
Binary 1100101 10000100 10011101 100100 10000 0 100110 11001111 10110 110011

Color Harmonies of #65849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65849D

Black with #65849D

Text Example


Text Example

White with #65849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65849D; }

 p { color: rgb(101,132,157); }

 H1.HeaderClassName
 {
   color: #65849D;
 }
 .AnyTagClassName
 {
   color: #65849D;
 }
</style>

background-color css

<style>
 a { background-color: #65849D; }

 a { background-color: rgb(101,132,157); }

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

border-color css

<style>
 span { border-color: #65849D; }

 span { border-color: rgb(101,132,157); }

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