Html Css Color HEX #6993AB Bermuda Grey

📋 copy color: '#6993AB'

red 105 ◦ green 147 ◦ blue 171

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

Shades of Bermuda Grey #6993AB

Tints of Bermuda Grey #6993AB

RGB

 RED value IS 105 (41.41% from 255) = 24.82%

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

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

R = 24.82%
G = 34.75%
B = 40.43%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6993AB (or 0x6993AB) is known color: Bermuda Grey. HEX triplet: 69, 93 and AB. RGB value is (105,147,171). Sum of RGB (Red+Green+Blue) = 105+147+171=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #6993AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6993AB is #966C54. Grayscale: #898989. Windows color (decimal): -9858133 or 11244393. OLE color: 11244393.

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

Color convert

RGB 105 147 171 -
CMYK 0.39 0.14 0 0.33
HSL 201.82º 0.28% 0.54% -
HSV(B) 201.82º 0.39% 0.67% -
XYZ 23.61 26.81 42.46 -
YUV 137.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 105 147 171 0.39 0.14 0 0.33 201.82 0.28 0.54
Hex 69 93 AB 27 E 0 21 CA 1C 36
Octal 151 223 253 47 16 0 41 312 34 66
Binary 1101001 10010011 10101011 100111 1110 0 100001 11001010 11100 110110

Color Harmonies of #6993AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993AB

Black with #6993AB

Text Example


Text Example

White with #6993AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6993AB; }

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

 H1.HeaderClassName
 {
   color: #6993AB;
 }
 .AnyTagClassName
 {
   color: #6993AB;
 }
</style>

background-color css

<style>
 a { background-color: #6993AB; }

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

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

border-color css

<style>
 span { border-color: #6993AB; }

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

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