Html Css Color HEX #68839B Bermuda Grey

📋 copy color: '#68839B'

red 104 ◦ green 131 ◦ blue 155

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

Shades of Bermuda Grey #68839B

Tints of Bermuda Grey #68839B

RGB

 RED value IS 104 (41.02% from 255) = 26.67%

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

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

R = 26.67%
G = 33.59%
B = 39.74%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68839B (or 0x68839B) is known color: Bermuda Grey. HEX triplet: 68, 83 and 9B. RGB value is (104,131,155). Sum of RGB (Red+Green+Blue) = 104+131+155=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 131 (51.56% from 255 or 33.59% 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 #68839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68839B is #977C64. Grayscale: #7D7D7D. Windows color (decimal): -9927781 or 10191720. OLE color: 10191720.

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

Color convert

RGB 104 131 155 -
CMYK 0.33 0.15 0 0.39
HSL 208.24º 0.2% 0.51% -
HSV(B) 208.24º 0.33% 0.61% -
XYZ 19.74 21.54 34.13 -
YUV 125.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 104 131 155 0.33 0.15 0 0.39 208.24 0.2 0.51
Hex 68 83 9B 21 F 0 27 D0 14 33
Octal 150 203 233 41 17 0 47 320 24 63
Binary 1101000 10000011 10011011 100001 1111 0 100111 11010000 10100 110011

Color Harmonies of #68839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68839B

Black with #68839B

Text Example


Text Example

White with #68839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,131,155); }

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

background-color css

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

 a { background-color: rgb(104,131,155); }

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

border-color css

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

 span { border-color: rgb(104,131,155); }

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