Html Css Color HEX #688A9B Bermuda Grey

📋 copy color: '#688A9B'

red 104 ◦ green 138 ◦ blue 155

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

Shades of Bermuda Grey #688A9B

Tints of Bermuda Grey #688A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 26.2%
G = 34.76%
B = 39.04%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#688A9B (or 0x688A9B) is known color: Bermuda Grey. HEX triplet: 68, 8A and 9B. RGB value is (104,138,155). Sum of RGB (Red+Green+Blue) = 104+138+155=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #688A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A9B is #977564. Grayscale: #818181. Windows color (decimal): -9925989 or 10193512. OLE color: 10193512.

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

Color convert

RGB 104 138 155 -
CMYK 0.33 0.11 0 0.39
HSL 200º 0.2% 0.51% -
HSV(B) 200º 0.33% 0.61% -
XYZ 20.71 23.49 34.45 -
YUV 129.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 104 138 155 0.33 0.11 0 0.39 200 0.2 0.51
Hex 68 8A 9B 21 B 0 27 C8 14 33
Octal 150 212 233 41 13 0 47 310 24 63
Binary 1101000 10001010 10011011 100001 1011 0 100111 11001000 10100 110011

Color Harmonies of #688A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A9B

Black with #688A9B

Text Example


Text Example

White with #688A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A9B; }

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

 H1.HeaderClassName
 {
   color: #688A9B;
 }
 .AnyTagClassName
 {
   color: #688A9B;
 }
</style>

background-color css

<style>
 a { background-color: #688A9B; }

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

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

border-color css

<style>
 span { border-color: #688A9B; }

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

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