Html Css Color HEX #6A919F Bermuda Grey

📋 copy color: '#6A919F'

red 106 ◦ green 145 ◦ blue 159

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

Shades of Bermuda Grey #6A919F

Tints of Bermuda Grey #6A919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

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

R = 25.85%
G = 35.37%
B = 38.78%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A919F (or 0x6A919F) is known color: Bermuda Grey. HEX triplet: 6A, 91 and 9F. RGB value is (106,145,159). Sum of RGB (Red+Green+Blue) = 106+145+159=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A919F is #956E60. Grayscale: #868686. Windows color (decimal): -9793121 or 10457450. OLE color: 10457450.

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

Color convert

RGB 106 145 159 -
CMYK 0.33 0.09 0 0.38
HSL 195.85º 0.22% 0.52% -
HSV(B) 195.85º 0.33% 0.62% -
XYZ 22.33 25.82 36.61 -
YUV 134.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 106 145 159 0.33 0.09 0 0.38 195.85 0.22 0.52
Hex 6A 91 9F 21 9 0 26 C4 16 34
Octal 152 221 237 41 11 0 46 304 26 64
Binary 1101010 10010001 10011111 100001 1001 0 100110 11000100 10110 110100

Color Harmonies of #6A919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A919F

Black with #6A919F

Text Example


Text Example

White with #6A919F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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