Html Css Color HEX #6B94AD Bermuda Grey

📋 copy color: '#6B94AD'

red 107 ◦ green 148 ◦ blue 173

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

Shades of Bermuda Grey #6B94AD

Tints of Bermuda Grey #6B94AD

RGB

 RED value IS 107 (42.19% from 255) = 25%

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 25%
G = 34.58%
B = 40.42%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B94AD (or 0x6B94AD) is known color: Bermuda Grey. HEX triplet: 6B, 94 and AD. RGB value is (107,148,173). Sum of RGB (Red+Green+Blue) = 107+148+173=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B94AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B94AD is #946B52. Grayscale: #8A8A8A. Windows color (decimal): -9726803 or 11375723. OLE color: 11375723.

HSL color Cylindrical-coordinate representation of color #6B94AD: hue angle of 202.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B94AD is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 148 173 -
CMYK 0.38 0.14 0 0.32
HSL 202.73º 0.29% 0.55% -
HSV(B) 202.73º 0.38% 0.68% -
XYZ 24.2 27.32 43.53 -
YUV 138.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 107 148 173 0.38 0.14 0 0.32 202.73 0.29 0.55
Hex 6B 94 AD 26 E 0 20 CB 1D 37
Octal 153 224 255 46 16 0 40 313 35 67
Binary 1101011 10010100 10101101 100110 1110 0 100000 11001011 11101 110111

Color Harmonies of #6B94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B94AD

Black with #6B94AD

Text Example


Text Example

White with #6B94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,148,173); }

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

background-color css

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

 a { background-color: rgb(107,148,173); }

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

border-color css

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

 span { border-color: rgb(107,148,173); }

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