Html Css Color HEX #6891A7 Bermuda Grey

📋 copy color: '#6891A7'

red 104 ◦ green 145 ◦ blue 167

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

Shades of Bermuda Grey #6891A7

Tints of Bermuda Grey #6891A7

RGB

 RED value IS 104 (41.02% from 255) = 25%

 GREEN value IS 145 (57.03% from 255) = 34.86%

 BLUE value IS 167 (65.63% from 255) = 40.14%

R = 25%
G = 34.86%
B = 40.14%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6891A7 (or 0x6891A7) is known color: Bermuda Grey. HEX triplet: 68, 91 and A7. RGB value is (104,145,167). Sum of RGB (Red+Green+Blue) = 104+145+167=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 167 - color contains mainly: blue. Hex color #6891A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6891A7 is #976E58. Grayscale: #878787. Windows color (decimal): -9924185 or 10981736. OLE color: 10981736.

HSL color Cylindrical-coordinate representation of color #6891A7: hue angle of 200.95º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6891A7 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 145 167 -
CMYK 0.38 0.13 0 0.35
HSL 200.95º 0.26% 0.53% -
HSV(B) 200.95º 0.38% 0.65% -
XYZ 22.81 25.98 40.37 -
YUV 135.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 104 145 167 0.38 0.13 0 0.35 200.95 0.26 0.53
Hex 68 91 A7 26 D 0 23 C9 1A 35
Octal 150 221 247 46 15 0 43 311 32 65
Binary 1101000 10010001 10100111 100110 1101 0 100011 11001001 11010 110101

Color Harmonies of #6891A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6891A7

Black with #6891A7

Text Example


Text Example

White with #6891A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6891A7; }

 p { color: rgb(104,145,167); }

 H1.HeaderClassName
 {
   color: #6891A7;
 }
 .AnyTagClassName
 {
   color: #6891A7;
 }
</style>

background-color css

<style>
 a { background-color: #6891A7; }

 a { background-color: rgb(104,145,167); }

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

border-color css

<style>
 span { border-color: #6891A7; }

 span { border-color: rgb(104,145,167); }

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