Html Css Color HEX #68859F Bermuda Grey

📋 copy color: '#68859F'

red 104 ◦ green 133 ◦ blue 159

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

Shades of Bermuda Grey #68859F

Tints of Bermuda Grey #68859F

RGB

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

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

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

R = 26.26%
G = 33.59%
B = 40.15%

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

#68859F (or 0x68859F) is known color: Bermuda Grey. HEX triplet: 68, 85 and 9F. RGB value is (104,133,159). Sum of RGB (Red+Green+Blue) = 104+133+159=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #68859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68859F is #977A60. Grayscale: #7F7F7F. Windows color (decimal): -9927265 or 10454376. OLE color: 10454376.

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

Color convert

RGB 104 133 159 -
CMYK 0.35 0.16 0 0.38
HSL 208.36º 0.22% 0.52% -
HSV(B) 208.36º 0.35% 0.62% -
XYZ 20.35 22.22 36.02 -
YUV 127.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 104 133 159 0.35 0.16 0 0.38 208.36 0.22 0.52
Hex 68 85 9F 23 10 0 26 D0 16 34
Octal 150 205 237 43 20 0 46 320 26 64
Binary 1101000 10000101 10011111 100011 10000 0 100110 11010000 10110 110100

Color Harmonies of #68859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68859F

Black with #68859F

Text Example


Text Example

White with #68859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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