Html Css Color HEX #658B9F Bermuda Grey

📋 copy color: '#658B9F'

red 101 ◦ green 139 ◦ blue 159

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

Shades of Bermuda Grey #658B9F

Tints of Bermuda Grey #658B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 25.31%
G = 34.84%
B = 39.85%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#658B9F (or 0x658B9F) is known color: Bermuda Grey. HEX triplet: 65, 8B and 9F. RGB value is (101,139,159). Sum of RGB (Red+Green+Blue) = 101+139+159=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #658B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658B9F is #9A7460. Grayscale: #818181. Windows color (decimal): -10122337 or 10455909. OLE color: 10455909.

HSL color Cylindrical-coordinate representation of color #658B9F: hue angle of 200.69º 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 #658B9F is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 139 159 -
CMYK 0.36 0.13 0 0.38
HSL 200.69º 0.23% 0.51% -
HSV(B) 200.69º 0.36% 0.62% -
XYZ 20.86 23.74 36.28 -
YUV 129.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 101 139 159 0.36 0.13 0 0.38 200.69 0.23 0.51
Hex 65 8B 9F 24 D 0 26 C9 17 33
Octal 145 213 237 44 15 0 46 311 27 63
Binary 1100101 10001011 10011111 100100 1101 0 100110 11001001 10111 110011

Color Harmonies of #658B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B9F

Black with #658B9F

Text Example


Text Example

White with #658B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658B9F; }

 p { color: rgb(101,139,159); }

 H1.HeaderClassName
 {
   color: #658B9F;
 }
 .AnyTagClassName
 {
   color: #658B9F;
 }
</style>

background-color css

<style>
 a { background-color: #658B9F; }

 a { background-color: rgb(101,139,159); }

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

border-color css

<style>
 span { border-color: #658B9F; }

 span { border-color: rgb(101,139,159); }

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