#6B93AC

Color #6B93AC Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #6B93AC

Tints of Bermuda Grey #6B93AC

Color information

#6B93AC (or 0x6B93AC) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 93 and AC. RGB value is (107,147,172). Sum of RGB (Red+Green+Blue) = 107+147+172=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B93AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B93AC is #946C53. Grayscale: #898989. Windows color (decimal): -9727060 or 11309931. OLE color: 11309931.

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

Color convert

RGB107147172-
CMYK0.380.1500.33
HSL203.08º28.14%54.71%-
HSV(B)203.08º37.79%67.45%-
XYZ23.9426.9742.97-
YUV137.89147.25105.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=25.12%
G=34.51%
B=40.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071471720.380.1500.33203.0828.1454.71
Hex6B93AC26F021cb1c37
Octal15322325446170413133467
Binary11010111001001110101100100110111101000011100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,172); }

 H1.HeaderClassName
 {
   color: #6B93AC;
 }
 .AnyTagClassName
 {
   color: #6B93AC;
 }
</style>
background-color css

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

 a { background-color: rgb(107,147,172); }

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

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

 span { border-color: rgb(107,147,172); }

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