Html Css Color HEX #688C9C Bermuda Grey

📋 copy color: '#688C9C'

red 104 ◦ green 140 ◦ blue 156

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

Shades of Bermuda Grey #688C9C

Tints of Bermuda Grey #688C9C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 26%
G = 35%
B = 39%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#688C9C (or 0x688C9C) is known color: Bermuda Grey. HEX triplet: 68, 8C and 9C. RGB value is (104,140,156). Sum of RGB (Red+Green+Blue) = 104+140+156=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #688C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C9C is #977363. Grayscale: #828282. Windows color (decimal): -9925476 or 10259560. OLE color: 10259560.

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

Color convert

RGB 104 140 156 -
CMYK 0.33 0.10 0 0.39
HSL 198.46º 0.21% 0.51% -
HSV(B) 198.46º 0.33% 0.61% -
XYZ 21.09 24.1 34.99 -
YUV 131.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 104 140 156 0.33 0.10 0 0.39 198.46 0.21 0.51
Hex 68 8C 9C 21 A 0 27 C6 15 33
Octal 150 214 234 41 12 0 47 306 25 63
Binary 1101000 10001100 10011100 100001 1010 0 100111 11000110 10101 110011

Color Harmonies of #688C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C9C

Black with #688C9C

Text Example


Text Example

White with #688C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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