Html Css Color HEX #68869F Bermuda Grey

📋 copy color: '#68869F'

red 104 ◦ green 134 ◦ blue 159

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

Shades of Bermuda Grey #68869F

Tints of Bermuda Grey #68869F

RGB

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

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

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

R = 26.2%
G = 33.75%
B = 40.05%

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

#68869F (or 0x68869F) is known color: Bermuda Grey. HEX triplet: 68, 86 and 9F. RGB value is (104,134,159). Sum of RGB (Red+Green+Blue) = 104+134+159=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #68869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869F is #977960. Grayscale: #7F7F7F. Windows color (decimal): -9927009 or 10454632. OLE color: 10454632.

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

Color convert

RGB 104 134 159 -
CMYK 0.35 0.16 0 0.38
HSL 207.27º 0.22% 0.52% -
HSV(B) 207.27º 0.35% 0.62% -
XYZ 20.49 22.5 36.06 -
YUV 127.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 104 134 159 0.35 0.16 0 0.38 207.27 0.22 0.52
Hex 68 86 9F 23 10 0 26 CF 16 34
Octal 150 206 237 43 20 0 46 317 26 64
Binary 1101000 10000110 10011111 100011 10000 0 100110 11001111 10110 110100

Color Harmonies of #68869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68869F

Black with #68869F

Text Example


Text Example

White with #68869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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