Html Css Color HEX #6B8CAA Bermuda Grey

📋 copy color: '#6B8CAA'

red 107 ◦ green 140 ◦ blue 170

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

Shades of Bermuda Grey #6B8CAA

Tints of Bermuda Grey #6B8CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 25.66%
G = 33.57%
B = 40.77%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B8CAA (or 0x6B8CAA) is known color: Bermuda Grey. HEX triplet: 6B, 8C and AA. RGB value is (107,140,170). Sum of RGB (Red+Green+Blue) = 107+140+170=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8CAA is #947355. Grayscale: #858585. Windows color (decimal): -9728854 or 11177067. OLE color: 11177067.

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

Color convert

RGB 107 140 170 -
CMYK 0.37 0.18 0 0.33
HSL 208.57º 0.27% 0.54% -
HSV(B) 208.57º 0.37% 0.67% -
XYZ 22.7 24.78 41.62 -
YUV 133.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 107 140 170 0.37 0.18 0 0.33 208.57 0.27 0.54
Hex 6B 8C AA 25 12 0 21 D1 1B 36
Octal 153 214 252 45 22 0 41 321 33 66
Binary 1101011 10001100 10101010 100101 10010 0 100001 11010001 11011 110110

Color Harmonies of #6B8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8CAA

Black with #6B8CAA

Text Example


Text Example

White with #6B8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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