Html Css Color HEX #6A8BAB Bermuda Grey

📋 copy color: '#6A8BAB'

red 106 ◦ green 139 ◦ blue 171

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

Shades of Bermuda Grey #6A8BAB

Tints of Bermuda Grey #6A8BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 25.48%
G = 33.41%
B = 41.11%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A8BAB (or 0x6A8BAB) is known color: Bermuda Grey. HEX triplet: 6A, 8B and AB. RGB value is (106,139,171). Sum of RGB (Red+Green+Blue) = 106+139+171=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A8BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8BAB is #957454. Grayscale: #848484. Windows color (decimal): -9794645 or 11242346. OLE color: 11242346.

HSL color Cylindrical-coordinate representation of color #6A8BAB: hue angle of 209.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8BAB is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 139 171 -
CMYK 0.38 0.19 0 0.33
HSL 209.54º 0.28% 0.54% -
HSV(B) 209.54º 0.38% 0.67% -
XYZ 22.53 24.47 42.06 -
YUV 132.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 106 139 171 0.38 0.19 0 0.33 209.54 0.28 0.54
Hex 6A 8B AB 26 13 0 21 D2 1C 36
Octal 152 213 253 46 23 0 41 322 34 66
Binary 1101010 10001011 10101011 100110 10011 0 100001 11010010 11100 110110

Color Harmonies of #6A8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8BAB

Black with #6A8BAB

Text Example


Text Example

White with #6A8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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