Html Css Color HEX #67869E Bermuda Grey

📋 copy color: '#67869E'

red 103 ◦ green 134 ◦ blue 158

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

Shades of Bermuda Grey #67869E

Tints of Bermuda Grey #67869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

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

R = 26.08%
G = 33.92%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67869E (or 0x67869E) is known color: Bermuda Grey. HEX triplet: 67, 86 and 9E. RGB value is (103,134,158). Sum of RGB (Red+Green+Blue) = 103+134+158=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #67869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67869E is #987961. Grayscale: #7F7F7F. Windows color (decimal): -9992546 or 10389095. OLE color: 10389095.

HSL color Cylindrical-coordinate representation of color #67869E: hue angle of 206.18º 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 #67869E is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 134 158 -
CMYK 0.35 0.15 0 0.38
HSL 206.18º 0.22% 0.51% -
HSV(B) 206.18º 0.35% 0.62% -
XYZ 20.29 22.4 35.6 -
YUV 127.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 103 134 158 0.35 0.15 0 0.38 206.18 0.22 0.51
Hex 67 86 9E 23 F 0 26 CE 16 33
Octal 147 206 236 43 17 0 46 316 26 63
Binary 1100111 10000110 10011110 100011 1111 0 100110 11001110 10110 110011

Color Harmonies of #67869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67869E

Black with #67869E

Text Example


Text Example

White with #67869E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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