Html Css Color HEX #68839F Bermuda Grey

📋 copy color: '#68839F'

red 104 ◦ green 131 ◦ blue 159

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

Shades of Bermuda Grey #68839F

Tints of Bermuda Grey #68839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 26.4%
G = 33.25%
B = 40.36%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68839F (or 0x68839F) is known color: Bermuda Grey. HEX triplet: 68, 83 and 9F. RGB value is (104,131,159). Sum of RGB (Red+Green+Blue) = 104+131+159=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #68839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68839F is #977C60. Grayscale: #7D7D7D. Windows color (decimal): -9927777 or 10453864. OLE color: 10453864.

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

Color convert

RGB 104 131 159 -
CMYK 0.35 0.18 0 0.38
HSL 210.55º 0.22% 0.52% -
HSV(B) 210.55º 0.35% 0.62% -
XYZ 20.08 21.68 35.93 -
YUV 126.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 104 131 159 0.35 0.18 0 0.38 210.55 0.22 0.52
Hex 68 83 9F 23 12 0 26 D3 16 34
Octal 150 203 237 43 22 0 46 323 26 64
Binary 1101000 10000011 10011111 100011 10010 0 100110 11010011 10110 110100

Color Harmonies of #68839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68839F

Black with #68839F

Text Example


Text Example

White with #68839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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