Html Css Color HEX #68879F Bermuda Grey

📋 copy color: '#68879F'

red 104 ◦ green 135 ◦ blue 159

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

Shades of Bermuda Grey #68879F

Tints of Bermuda Grey #68879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

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

R = 26.13%
G = 33.92%
B = 39.95%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68879F (or 0x68879F) is known color: Bermuda Grey. HEX triplet: 68, 87 and 9F. RGB value is (104,135,159). Sum of RGB (Red+Green+Blue) = 104+135+159=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #68879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68879F is #977860. Grayscale: #808080. Windows color (decimal): -9926753 or 10454888. OLE color: 10454888.

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

Color convert

RGB 104 135 159 -
CMYK 0.35 0.15 0 0.38
HSL 206.18º 0.22% 0.52% -
HSV(B) 206.18º 0.35% 0.62% -
XYZ 20.63 22.77 36.11 -
YUV 128.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 104 135 159 0.35 0.15 0 0.38 206.18 0.22 0.52
Hex 68 87 9F 23 F 0 26 CE 16 34
Octal 150 207 237 43 17 0 46 316 26 64
Binary 1101000 10000111 10011111 100011 1111 0 100110 11001110 10110 110100

Color Harmonies of #68879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68879F

Black with #68879F

Text Example


Text Example

White with #68879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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