Html Css Color HEX #6986A4 Bermuda Grey

📋 copy color: '#6986A4'

red 105 ◦ green 134 ◦ blue 164

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

Shades of Bermuda Grey #6986A4

Tints of Bermuda Grey #6986A4

RGB

 RED value IS 105 (41.41% from 255) = 26.05%

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

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 26.05%
G = 33.25%
B = 40.69%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6986A4 (or 0x6986A4) is known color: Bermuda Grey. HEX triplet: 69, 86 and A4. RGB value is (105,134,164). Sum of RGB (Red+Green+Blue) = 105+134+164=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #6986A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6986A4 is #96795B. Grayscale: #808080. Windows color (decimal): -9861468 or 10782313. OLE color: 10782313.

HSL color Cylindrical-coordinate representation of color #6986A4: hue angle of 210.51º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6986A4 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 134 164 -
CMYK 0.36 0.18 0 0.36
HSL 210.51º 0.24% 0.53% -
HSV(B) 210.51º 0.36% 0.64% -
XYZ 21.05 22.73 38.4 -
YUV 128.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 105 134 164 0.36 0.18 0 0.36 210.51 0.24 0.53
Hex 69 86 A4 24 12 0 24 D3 18 35
Octal 151 206 244 44 22 0 44 323 30 65
Binary 1101001 10000110 10100100 100100 10010 0 100100 11010011 11000 110101

Color Harmonies of #6986A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6986A4

Black with #6986A4

Text Example


Text Example

White with #6986A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6986A4; }

 p { color: rgb(105,134,164); }

 H1.HeaderClassName
 {
   color: #6986A4;
 }
 .AnyTagClassName
 {
   color: #6986A4;
 }
</style>

background-color css

<style>
 a { background-color: #6986A4; }

 a { background-color: rgb(105,134,164); }

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

border-color css

<style>
 span { border-color: #6986A4; }

 span { border-color: rgb(105,134,164); }

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