Html Css Color HEX #6B8597 Bermuda Grey

📋 copy color: '#6B8597'

red 107 ◦ green 133 ◦ blue 151

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

Shades of Bermuda Grey #6B8597

Tints of Bermuda Grey #6B8597

RGB

 RED value IS 107 (42.19% from 255) = 27.37%

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 27.37%
G = 34.02%
B = 38.62%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B8597 (or 0x6B8597) is known color: Bermuda Grey. HEX triplet: 6B, 85 and 97. RGB value is (107,133,151). Sum of RGB (Red+Green+Blue) = 107+133+151=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B8597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8597 is #947A68. Grayscale: #7F7F7F. Windows color (decimal): -9730665 or 9930091. OLE color: 9930091.

HSL color Cylindrical-coordinate representation of color #6B8597: hue angle of 204.55º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B8597 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 133 151 -
CMYK 0.29 0.12 0 0.41
HSL 204.55º 0.17% 0.51% -
HSV(B) 204.55º 0.29% 0.59% -
XYZ 20.04 22.14 32.49 -
YUV 127.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 107 133 151 0.29 0.12 0 0.41 204.55 0.17 0.51
Hex 6B 85 97 1D C 0 29 CD 11 33
Octal 153 205 227 35 14 0 51 315 21 63
Binary 1101011 10000101 10010111 11101 1100 0 101001 11001101 10001 110011

Color Harmonies of #6B8597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8597

Black with #6B8597

Text Example


Text Example

White with #6B8597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B8597; }

 p { color: rgb(107,133,151); }

 H1.HeaderClassName
 {
   color: #6B8597;
 }
 .AnyTagClassName
 {
   color: #6B8597;
 }
</style>

background-color css

<style>
 a { background-color: #6B8597; }

 a { background-color: rgb(107,133,151); }

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

border-color css

<style>
 span { border-color: #6B8597; }

 span { border-color: rgb(107,133,151); }

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