Html Css Color HEX #65869E Bermuda Grey

📋 copy color: '#65869E'

red 101 ◦ green 134 ◦ blue 158

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

Shades of Bermuda Grey #65869E

Tints of Bermuda Grey #65869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 158 (62.11% from 255) = 40.2%

R = 25.7%
G = 34.1%
B = 40.2%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65869E (or 0x65869E) is known color: Bermuda Grey. HEX triplet: 65, 86 and 9E. RGB value is (101,134,158). Sum of RGB (Red+Green+Blue) = 101+134+158=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #65869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65869E is #9A7961. Grayscale: #7E7E7E. Windows color (decimal): -10123618 or 10389093. OLE color: 10389093.

HSL color Cylindrical-coordinate representation of color #65869E: hue angle of 205.26º degrees, saturation: 0.23, 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 #65869E is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 134 158 -
CMYK 0.36 0.15 0 0.38
HSL 205.26º 0.23% 0.51% -
HSV(B) 205.26º 0.36% 0.62% -
XYZ 20.06 22.29 35.59 -
YUV 126.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 101 134 158 0.36 0.15 0 0.38 205.26 0.23 0.51
Hex 65 86 9E 24 F 0 26 CD 17 33
Octal 145 206 236 44 17 0 46 315 27 63
Binary 1100101 10000110 10011110 100100 1111 0 100110 11001101 10111 110011

Color Harmonies of #65869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65869E

Black with #65869E

Text Example


Text Example

White with #65869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65869E; }

 p { color: rgb(101,134,158); }

 H1.HeaderClassName
 {
   color: #65869E;
 }
 .AnyTagClassName
 {
   color: #65869E;
 }
</style>

background-color css

<style>
 a { background-color: #65869E; }

 a { background-color: rgb(101,134,158); }

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

border-color css

<style>
 span { border-color: #65869E; }

 span { border-color: rgb(101,134,158); }

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