Html Css Color HEX #6A929F Bermuda Grey

📋 copy color: '#6A929F'

red 106 ◦ green 146 ◦ blue 159

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

Shades of Bermuda Grey #6A929F

Tints of Bermuda Grey #6A929F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

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

R = 25.79%
G = 35.52%
B = 38.69%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A929F (or 0x6A929F) is known color: Bermuda Grey. HEX triplet: 6A, 92 and 9F. RGB value is (106,146,159). Sum of RGB (Red+Green+Blue) = 106+146+159=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A929F is #956D60. Grayscale: #878787. Windows color (decimal): -9792865 or 10457706. OLE color: 10457706.

HSL color Cylindrical-coordinate representation of color #6A929F: hue angle of 194.72º 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 #6A929F is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 146 159 -
CMYK 0.33 0.08 0 0.38
HSL 194.72º 0.22% 0.52% -
HSV(B) 194.72º 0.33% 0.62% -
XYZ 22.48 26.13 36.66 -
YUV 135.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 106 146 159 0.33 0.08 0 0.38 194.72 0.22 0.52
Hex 6A 92 9F 21 8 0 26 C3 16 34
Octal 152 222 237 41 10 0 46 303 26 64
Binary 1101010 10010010 10011111 100001 1000 0 100110 11000011 10110 110100

Color Harmonies of #6A929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A929F

Black with #6A929F

Text Example


Text Example

White with #6A929F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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