Html Css Color HEX #68829F Bermuda Grey

📋 copy color: '#68829F'

red 104 ◦ green 130 ◦ blue 159

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

Shades of Bermuda Grey #68829F

Tints of Bermuda Grey #68829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

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

R = 26.46%
G = 33.08%
B = 40.46%

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

#68829F (or 0x68829F) is known color: Bermuda Grey. HEX triplet: 68, 82 and 9F. RGB value is (104,130,159). Sum of RGB (Red+Green+Blue) = 104+130+159=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #68829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68829F is #977D60. Grayscale: #7D7D7D. Windows color (decimal): -9928033 or 10453608. OLE color: 10453608.

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

Color convert

RGB 104 130 159 -
CMYK 0.35 0.18 0 0.38
HSL 211.64º 0.22% 0.52% -
HSV(B) 211.64º 0.35% 0.62% -
XYZ 19.95 21.41 35.88 -
YUV 125.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 104 130 159 0.35 0.18 0 0.38 211.64 0.22 0.52
Hex 68 82 9F 23 12 0 26 D4 16 34
Octal 150 202 237 43 22 0 46 324 26 64
Binary 1101000 10000010 10011111 100011 10010 0 100110 11010100 10110 110100

Color Harmonies of #68829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68829F

Black with #68829F

Text Example


Text Example

White with #68829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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