Html Css Color HEX #6A93AB Bermuda Grey

📋 copy color: '#6A93AB'

red 106 ◦ green 147 ◦ blue 171

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

Shades of Bermuda Grey #6A93AB

Tints of Bermuda Grey #6A93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

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

R = 25%
G = 34.67%
B = 40.33%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A93AB (or 0x6A93AB) is known color: Bermuda Grey. HEX triplet: 6A, 93 and AB. RGB value is (106,147,171). Sum of RGB (Red+Green+Blue) = 106+147+171=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A93AB is #956C54. Grayscale: #898989. Windows color (decimal): -9792597 or 11244394. OLE color: 11244394.

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

Color convert

RGB 106 147 171 -
CMYK 0.38 0.14 0 0.33
HSL 202.15º 0.28% 0.54% -
HSV(B) 202.15º 0.38% 0.67% -
XYZ 23.73 26.87 42.46 -
YUV 137.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 106 147 171 0.38 0.14 0 0.33 202.15 0.28 0.54
Hex 6A 93 AB 26 E 0 21 CA 1C 36
Octal 152 223 253 46 16 0 41 312 34 66
Binary 1101010 10010011 10101011 100110 1110 0 100001 11001010 11100 110110

Color Harmonies of #6A93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A93AB

Black with #6A93AB

Text Example


Text Example

White with #6A93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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