Html Css Color HEX #67849D Bermuda Grey

📋 copy color: '#67849D'

red 103 ◦ green 132 ◦ blue 157

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

Shades of Bermuda Grey #67849D

Tints of Bermuda Grey #67849D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 26.28%
G = 33.67%
B = 40.05%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67849D (or 0x67849D) is known color: Bermuda Grey. HEX triplet: 67, 84 and 9D. RGB value is (103,132,157). Sum of RGB (Red+Green+Blue) = 103+132+157=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #67849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67849D is #987B62. Grayscale: #7E7E7E. Windows color (decimal): -9993059 or 10323047. OLE color: 10323047.

HSL color Cylindrical-coordinate representation of color #67849D: hue angle of 207.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67849D is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 132 157 -
CMYK 0.34 0.16 0 0.38
HSL 207.78º 0.22% 0.51% -
HSV(B) 207.78º 0.34% 0.62% -
XYZ 19.93 21.82 35.06 -
YUV 126.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 103 132 157 0.34 0.16 0 0.38 207.78 0.22 0.51
Hex 67 84 9D 22 10 0 26 D0 16 33
Octal 147 204 235 42 20 0 46 320 26 63
Binary 1100111 10000100 10011101 100010 10000 0 100110 11010000 10110 110011

Color Harmonies of #67849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67849D

Black with #67849D

Text Example


Text Example

White with #67849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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