Html Css Color HEX #67849B Bermuda Grey

📋 copy color: '#67849B'

red 103 ◦ green 132 ◦ blue 155

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

Shades of Bermuda Grey #67849B

Tints of Bermuda Grey #67849B

RGB

 RED value IS 103 (40.63% from 255) = 26.41%

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 26.41%
G = 33.85%
B = 39.74%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67849B (or 0x67849B) is known color: Bermuda Grey. HEX triplet: 67, 84 and 9B. RGB value is (103,132,155). Sum of RGB (Red+Green+Blue) = 103+132+155=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #67849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67849B is #987B64. Grayscale: #7D7D7D. Windows color (decimal): -9993061 or 10191975. OLE color: 10191975.

HSL color Cylindrical-coordinate representation of color #67849B: hue angle of 206.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67849B is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 132 155 -
CMYK 0.34 0.15 0 0.39
HSL 206.54º 0.21% 0.51% -
HSV(B) 206.54º 0.34% 0.61% -
XYZ 19.76 21.75 34.17 -
YUV 125.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 103 132 155 0.34 0.15 0 0.39 206.54 0.21 0.51
Hex 67 84 9B 22 F 0 27 CF 15 33
Octal 147 204 233 42 17 0 47 317 25 63
Binary 1100111 10000100 10011011 100010 1111 0 100111 11001111 10101 110011

Color Harmonies of #67849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67849B

Black with #67849B

Text Example


Text Example

White with #67849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67849B; }

 p { color: rgb(103,132,155); }

 H1.HeaderClassName
 {
   color: #67849B;
 }
 .AnyTagClassName
 {
   color: #67849B;
 }
</style>

background-color css

<style>
 a { background-color: #67849B; }

 a { background-color: rgb(103,132,155); }

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

border-color css

<style>
 span { border-color: #67849B; }

 span { border-color: rgb(103,132,155); }

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