Html Css Color HEX #6C86A7 Bermuda Grey

📋 copy color: '#6C86A7'

red 108 ◦ green 134 ◦ blue 167

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

Shades of Bermuda Grey #6C86A7

Tints of Bermuda Grey #6C86A7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

 BLUE value IS 167 (65.63% from 255) = 40.83%

R = 26.41%
G = 32.76%
B = 40.83%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6C86A7 (or 0x6C86A7) is known color: Bermuda Grey. HEX triplet: 6C, 86 and A7. RGB value is (108,134,167). Sum of RGB (Red+Green+Blue) = 108+134+167=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #6C86A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C86A7 is #937958. Grayscale: #818181. Windows color (decimal): -9664857 or 10978924. OLE color: 10978924.

HSL color Cylindrical-coordinate representation of color #6C86A7: hue angle of 213.56º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C86A7 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 108 134 167 -
CMYK 0.35 0.20 0 0.35
HSL 213.56º 0.25% 0.54% -
HSV(B) 213.56º 0.35% 0.65% -
XYZ 21.68 23.03 39.86 -
YUV 129.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 108 134 167 0.35 0.20 0 0.35 213.56 0.25 0.54
Hex 6C 86 A7 23 14 0 23 D6 19 36
Octal 154 206 247 43 24 0 43 326 31 66
Binary 1101100 10000110 10100111 100011 10100 0 100011 11010110 11001 110110

Color Harmonies of #6C86A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C86A7

Black with #6C86A7

Text Example


Text Example

White with #6C86A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,134,167); }

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

background-color css

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

 a { background-color: rgb(108,134,167); }

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

border-color css

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

 span { border-color: rgb(108,134,167); }

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