Html Css Color HEX #6C90AC Bermuda Grey

📋 copy color: '#6C90AC'

red 108 ◦ green 144 ◦ blue 172

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

Shades of Bermuda Grey #6C90AC

Tints of Bermuda Grey #6C90AC

RGB

 RED value IS 108 (42.58% from 255) = 25.47%

 GREEN value IS 144 (56.64% from 255) = 33.96%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 25.47%
G = 33.96%
B = 40.57%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C90AC (or 0x6C90AC) is known color: Bermuda Grey. HEX triplet: 6C, 90 and AC. RGB value is (108,144,172). Sum of RGB (Red+Green+Blue) = 108+144+172=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C90AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C90AC is #936F53. Grayscale: #888888. Windows color (decimal): -9662292 or 11309164. OLE color: 11309164.

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

Color convert

RGB 108 144 172 -
CMYK 0.37 0.16 0 0.33
HSL 206.25º 0.28% 0.55% -
HSV(B) 206.25º 0.37% 0.67% -
XYZ 23.6 26.11 42.83 -
YUV 136.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 108 144 172 0.37 0.16 0 0.33 206.25 0.28 0.55
Hex 6C 90 AC 25 10 0 21 CE 1C 37
Octal 154 220 254 45 20 0 41 316 34 67
Binary 1101100 10010000 10101100 100101 10000 0 100001 11001110 11100 110111

Color Harmonies of #6C90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C90AC

Black with #6C90AC

Text Example


Text Example

White with #6C90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,144,172); }

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

background-color css

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

 a { background-color: rgb(108,144,172); }

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

border-color css

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

 span { border-color: rgb(108,144,172); }

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