Html Css Color HEX #65849B Bermuda Grey

📋 copy color: '#65849B'

red 101 ◦ green 132 ◦ blue 155

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

Shades of Bermuda Grey #65849B

Tints of Bermuda Grey #65849B

RGB

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

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

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

R = 26.03%
G = 34.02%
B = 39.95%

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

#65849B (or 0x65849B) is known color: Bermuda Grey. HEX triplet: 65, 84 and 9B. RGB value is (101,132,155). Sum of RGB (Red+Green+Blue) = 101+132+155=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #65849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65849B is #9A7B64. Grayscale: #7D7D7D. Windows color (decimal): -10124133 or 10191973. OLE color: 10191973.

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

Color convert

RGB 101 132 155 -
CMYK 0.35 0.15 0 0.39
HSL 205.56º 0.21% 0.5% -
HSV(B) 205.56º 0.35% 0.61% -
XYZ 19.53 21.64 34.16 -
YUV 125.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 101 132 155 0.35 0.15 0 0.39 205.56 0.21 0.5
Hex 65 84 9B 23 F 0 27 CE 15 32
Octal 145 204 233 43 17 0 47 316 25 62
Binary 1100101 10000100 10011011 100011 1111 0 100111 11001110 10101 110010

Color Harmonies of #65849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65849B

Black with #65849B

Text Example


Text Example

White with #65849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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