Html Css Color HEX #67839A Bermuda Grey

📋 copy color: '#67839A'

red 103 ◦ green 131 ◦ blue 154

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

Shades of Bermuda Grey #67839A

Tints of Bermuda Grey #67839A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 154 (60.55% from 255) = 39.69%

R = 26.55%
G = 33.76%
B = 39.69%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67839A (or 0x67839A) is known color: Bermuda Grey. HEX triplet: 67, 83 and 9A. RGB value is (103,131,154). Sum of RGB (Red+Green+Blue) = 103+131+154=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #67839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67839A is #987C65. Grayscale: #7D7D7D. Windows color (decimal): -9993318 or 10126183. OLE color: 10126183.

HSL color Cylindrical-coordinate representation of color #67839A: hue angle of 207.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67839A is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 131 154 -
CMYK 0.33 0.15 0 0.40
HSL 207.06º 0.2% 0.5% -
HSV(B) 207.06º 0.33% 0.6% -
XYZ 19.54 21.45 33.68 -
YUV 125.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 103 131 154 0.33 0.15 0 0.40 207.06 0.2 0.5
Hex 67 83 9A 21 F 0 28 CF 14 32
Octal 147 203 232 41 17 0 50 317 24 62
Binary 1100111 10000011 10011010 100001 1111 0 101000 11001111 10100 110010

Color Harmonies of #67839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67839A

Black with #67839A

Text Example


Text Example

White with #67839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67839A; }

 p { color: rgb(103,131,154); }

 H1.HeaderClassName
 {
   color: #67839A;
 }
 .AnyTagClassName
 {
   color: #67839A;
 }
</style>

background-color css

<style>
 a { background-color: #67839A; }

 a { background-color: rgb(103,131,154); }

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

border-color css

<style>
 span { border-color: #67839A; }

 span { border-color: rgb(103,131,154); }

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