Html Css Color HEX #65849C Bermuda Grey

📋 copy color: '#65849C'

red 101 ◦ green 132 ◦ blue 156

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

Shades of Bermuda Grey #65849C

Tints of Bermuda Grey #65849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 25.96%
G = 33.93%
B = 40.1%

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

#65849C (or 0x65849C) is known color: Bermuda Grey. HEX triplet: 65, 84 and 9C. RGB value is (101,132,156). Sum of RGB (Red+Green+Blue) = 101+132+156=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #65849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65849C is #9A7B63. Grayscale: #7D7D7D. Windows color (decimal): -10124132 or 10257509. OLE color: 10257509.

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

Color convert

RGB 101 132 156 -
CMYK 0.35 0.15 0 0.39
HSL 206.18º 0.22% 0.5% -
HSV(B) 206.18º 0.35% 0.61% -
XYZ 19.62 21.67 34.6 -
YUV 125.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 101 132 156 0.35 0.15 0 0.39 206.18 0.22 0.5
Hex 65 84 9C 23 F 0 27 CE 16 32
Octal 145 204 234 43 17 0 47 316 26 62
Binary 1100101 10000100 10011100 100011 1111 0 100111 11001110 10110 110010

Color Harmonies of #65849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65849C

Black with #65849C

Text Example


Text Example

White with #65849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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