Html Css Color HEX #6A8B9F Bermuda Grey

📋 copy color: '#6A8B9F'

red 106 ◦ green 139 ◦ blue 159

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

Shades of Bermuda Grey #6A8B9F

Tints of Bermuda Grey #6A8B9F

RGB

 RED value IS 106 (41.8% from 255) = 26.24%

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

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

R = 26.24%
G = 34.41%
B = 39.36%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A8B9F (or 0x6A8B9F) is known color: Bermuda Grey. HEX triplet: 6A, 8B and 9F. RGB value is (106,139,159). Sum of RGB (Red+Green+Blue) = 106+139+159=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A8B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8B9F is #957460. Grayscale: #838383. Windows color (decimal): -9794657 or 10455914. OLE color: 10455914.

HSL color Cylindrical-coordinate representation of color #6A8B9F: hue angle of 202.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A8B9F is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 139 159 -
CMYK 0.33 0.13 0 0.38
HSL 202.64º 0.22% 0.52% -
HSV(B) 202.64º 0.33% 0.62% -
XYZ 21.43 24.03 36.31 -
YUV 131.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 106 139 159 0.33 0.13 0 0.38 202.64 0.22 0.52
Hex 6A 8B 9F 21 D 0 26 CB 16 34
Octal 152 213 237 41 15 0 46 313 26 64
Binary 1101010 10001011 10011111 100001 1101 0 100110 11001011 10110 110100

Color Harmonies of #6A8B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8B9F

Black with #6A8B9F

Text Example


Text Example

White with #6A8B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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