Html Css Color HEX #68869C Bermuda Grey

📋 copy color: '#68869C'

red 104 ◦ green 134 ◦ blue 156

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

Shades of Bermuda Grey #68869C

Tints of Bermuda Grey #68869C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 26.4%
G = 34.01%
B = 39.59%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68869C (or 0x68869C) is known color: Bermuda Grey. HEX triplet: 68, 86 and 9C. RGB value is (104,134,156). Sum of RGB (Red+Green+Blue) = 104+134+156=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #68869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869C is #977963. Grayscale: #7F7F7F. Windows color (decimal): -9927012 or 10258024. OLE color: 10258024.

HSL color Cylindrical-coordinate representation of color #68869C: hue angle of 205.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68869C is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 134 156 -
CMYK 0.33 0.14 0 0.39
HSL 205.38º 0.21% 0.51% -
HSV(B) 205.38º 0.33% 0.61% -
XYZ 20.23 22.39 34.71 -
YUV 127.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 104 134 156 0.33 0.14 0 0.39 205.38 0.21 0.51
Hex 68 86 9C 21 E 0 27 CD 15 33
Octal 150 206 234 41 16 0 47 315 25 63
Binary 1101000 10000110 10011100 100001 1110 0 100111 11001101 10101 110011

Color Harmonies of #68869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68869C

Black with #68869C

Text Example


Text Example

White with #68869C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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