Html Css Color HEX #6B8CAD Bermuda Grey

📋 copy color: '#6B8CAD'

red 107 ◦ green 140 ◦ blue 173

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

Shades of Bermuda Grey #6B8CAD

Tints of Bermuda Grey #6B8CAD

RGB

 RED value IS 107 (42.19% from 255) = 25.48%

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 25.48%
G = 33.33%
B = 41.19%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B8CAD (or 0x6B8CAD) is known color: Bermuda Grey. HEX triplet: 6B, 8C and AD. RGB value is (107,140,173). Sum of RGB (Red+Green+Blue) = 107+140+173=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B8CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8CAD is #947352. Grayscale: #858585. Windows color (decimal): -9728851 or 11373675. OLE color: 11373675.

HSL color Cylindrical-coordinate representation of color #6B8CAD: hue angle of 210º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8CAD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 140 173 -
CMYK 0.38 0.19 0 0.32
HSL 210º 0.29% 0.55% -
HSV(B) 210º 0.38% 0.68% -
XYZ 22.98 24.9 43.13 -
YUV 133.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 107 140 173 0.38 0.19 0 0.32 210 0.29 0.55
Hex 6B 8C AD 26 13 0 20 D2 1D 37
Octal 153 214 255 46 23 0 40 322 35 67
Binary 1101011 10001100 10101101 100110 10011 0 100000 11010010 11101 110111

Color Harmonies of #6B8CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8CAD

Black with #6B8CAD

Text Example


Text Example

White with #6B8CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,140,173); }

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

background-color css

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

 a { background-color: rgb(107,140,173); }

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

border-color css

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

 span { border-color: rgb(107,140,173); }

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