Html Css Color HEX #6C8599 Bermuda Grey

📋 copy color: '#6C8599'

red 108 ◦ green 133 ◦ blue 153

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

Shades of Bermuda Grey #6C8599

Tints of Bermuda Grey #6C8599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 27.41%
G = 33.76%
B = 38.83%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C8599 (or 0x6C8599) is known color: Bermuda Grey. HEX triplet: 6C, 85 and 99. RGB value is (108,133,153). Sum of RGB (Red+Green+Blue) = 108+133+153=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C8599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8599 is #937A66. Grayscale: #7F7F7F. Windows color (decimal): -9665127 or 10061164. OLE color: 10061164.

HSL color Cylindrical-coordinate representation of color #6C8599: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C8599 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 133 153 -
CMYK 0.29 0.13 0 0.4
HSL 206.67º 0.18% 0.51% -
HSV(B) 206.67º 0.29% 0.6% -
XYZ 20.32 22.26 33.36 -
YUV 127.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 108 133 153 0.29 0.13 0 0.4 206.67 0.18 0.51
Hex 6C 85 99 1D D 0 28 CF 12 33
Octal 154 205 231 35 15 0 50 317 22 63
Binary 1101100 10000101 10011001 11101 1101 0 101000 11001111 10010 110011

Color Harmonies of #6C8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8599

Black with #6C8599

Text Example


Text Example

White with #6C8599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,153); }

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

background-color css

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

 a { background-color: rgb(108,133,153); }

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

border-color css

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

 span { border-color: rgb(108,133,153); }

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