Html Css Color HEX #67859E Bermuda Grey

📋 copy color: '#67859E'

red 103 ◦ green 133 ◦ blue 158

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

Shades of Bermuda Grey #67859E

Tints of Bermuda Grey #67859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 26.14%
G = 33.76%
B = 40.1%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67859E (or 0x67859E) is known color: Bermuda Grey. HEX triplet: 67, 85 and 9E. RGB value is (103,133,158). Sum of RGB (Red+Green+Blue) = 103+133+158=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #67859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67859E is #987A61. Grayscale: #7E7E7E. Windows color (decimal): -9992802 or 10388839. OLE color: 10388839.

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

Color convert

RGB 103 133 158 -
CMYK 0.35 0.16 0 0.38
HSL 207.27º 0.22% 0.51% -
HSV(B) 207.27º 0.35% 0.62% -
XYZ 20.15 22.13 35.56 -
YUV 126.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 103 133 158 0.35 0.16 0 0.38 207.27 0.22 0.51
Hex 67 85 9E 23 10 0 26 CF 16 33
Octal 147 205 236 43 20 0 46 317 26 63
Binary 1100111 10000101 10011110 100011 10000 0 100110 11001111 10110 110011

Color Harmonies of #67859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67859E

Black with #67859E

Text Example


Text Example

White with #67859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67859E; }

 p { color: rgb(103,133,158); }

 H1.HeaderClassName
 {
   color: #67859E;
 }
 .AnyTagClassName
 {
   color: #67859E;
 }
</style>

background-color css

<style>
 a { background-color: #67859E; }

 a { background-color: rgb(103,133,158); }

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

border-color css

<style>
 span { border-color: #67859E; }

 span { border-color: rgb(103,133,158); }

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