Html Css Color HEX #68849B Bermuda Grey

📋 copy color: '#68849B'

red 104 ◦ green 132 ◦ blue 155

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

Shades of Bermuda Grey #68849B

Tints of Bermuda Grey #68849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 26.6%
G = 33.76%
B = 39.64%

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

#68849B (or 0x68849B) is known color: Bermuda Grey. HEX triplet: 68, 84 and 9B. RGB value is (104,132,155). Sum of RGB (Red+Green+Blue) = 104+132+155=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #68849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849B is #977B64. Grayscale: #7E7E7E. Windows color (decimal): -9927525 or 10191976. OLE color: 10191976.

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

Color convert

RGB 104 132 155 -
CMYK 0.33 0.15 0 0.39
HSL 207.06º 0.2% 0.51% -
HSV(B) 207.06º 0.33% 0.61% -
XYZ 19.88 21.81 34.17 -
YUV 126.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 104 132 155 0.33 0.15 0 0.39 207.06 0.2 0.51
Hex 68 84 9B 21 F 0 27 CF 14 33
Octal 150 204 233 41 17 0 47 317 24 63
Binary 1101000 10000100 10011011 100001 1111 0 100111 11001111 10100 110011

Color Harmonies of #68849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68849B

Black with #68849B

Text Example


Text Example

White with #68849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68849B; }

 p { color: rgb(104,132,155); }

 H1.HeaderClassName
 {
   color: #68849B;
 }
 .AnyTagClassName
 {
   color: #68849B;
 }
</style>

background-color css

<style>
 a { background-color: #68849B; }

 a { background-color: rgb(104,132,155); }

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

border-color css

<style>
 span { border-color: #68849B; }

 span { border-color: rgb(104,132,155); }

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