Html Css Color HEX #6C8F9D Bermuda Grey

📋 copy color: '#6C8F9D'

red 108 ◦ green 143 ◦ blue 157

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

Shades of Bermuda Grey #6C8F9D

Tints of Bermuda Grey #6C8F9D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 26.47%
G = 35.05%
B = 38.48%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C8F9D (or 0x6C8F9D) is known color: Bermuda Grey. HEX triplet: 6C, 8F and 9D. RGB value is (108,143,157). Sum of RGB (Red+Green+Blue) = 108+143+157=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C8F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8F9D is #937062. Grayscale: #868686. Windows color (decimal): -9662563 or 10325868. OLE color: 10325868.

HSL color Cylindrical-coordinate representation of color #6C8F9D: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C8F9D is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 143 157 -
CMYK 0.31 0.09 0 0.38
HSL 197.14º 0.2% 0.52% -
HSV(B) 197.14º 0.31% 0.62% -
XYZ 22.09 25.27 35.61 -
YUV 134.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 108 143 157 0.31 0.09 0 0.38 197.14 0.2 0.52
Hex 6C 8F 9D 1F 9 0 26 C5 14 34
Octal 154 217 235 37 11 0 46 305 24 64
Binary 1101100 10001111 10011101 11111 1001 0 100110 11000101 10100 110100

Color Harmonies of #6C8F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8F9D

Black with #6C8F9D

Text Example


Text Example

White with #6C8F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,143,157); }

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

background-color css

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

 a { background-color: rgb(108,143,157); }

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

border-color css

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

 span { border-color: rgb(108,143,157); }

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