Html Css Color HEX #68859C Bermuda Grey

📋 copy color: '#68859C'

red 104 ◦ green 133 ◦ blue 156

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

Shades of Bermuda Grey #68859C

Tints of Bermuda Grey #68859C

RGB

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

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

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

R = 26.46%
G = 33.84%
B = 39.69%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68859C (or 0x68859C) is known color: Bermuda Grey. HEX triplet: 68, 85 and 9C. RGB value is (104,133,156). Sum of RGB (Red+Green+Blue) = 104+133+156=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #68859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68859C is #977A63. Grayscale: #7E7E7E. Windows color (decimal): -9927268 or 10257768. OLE color: 10257768.

HSL color Cylindrical-coordinate representation of color #68859C: hue angle of 206.54º 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 #68859C is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 133 156 -
CMYK 0.33 0.15 0 0.39
HSL 206.54º 0.21% 0.51% -
HSV(B) 206.54º 0.33% 0.61% -
XYZ 20.1 22.12 34.66 -
YUV 126.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 104 133 156 0.33 0.15 0 0.39 206.54 0.21 0.51
Hex 68 85 9C 21 F 0 27 CF 15 33
Octal 150 205 234 41 17 0 47 317 25 63
Binary 1101000 10000101 10011100 100001 1111 0 100111 11001111 10101 110011

Color Harmonies of #68859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68859C

Black with #68859C

Text Example


Text Example

White with #68859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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