Html Css Color HEX #688AA3 Bermuda Grey

📋 copy color: '#688AA3'

red 104 ◦ green 138 ◦ blue 163

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

Shades of Bermuda Grey #688AA3

Tints of Bermuda Grey #688AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.25%

R = 25.68%
G = 34.07%
B = 40.25%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#688AA3 (or 0x688AA3) is known color: Bermuda Grey. HEX triplet: 68, 8A and A3. RGB value is (104,138,163). Sum of RGB (Red+Green+Blue) = 104+138+163=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 163 - color contains mainly: blue. Hex color #688AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AA3 is #97755C. Grayscale: #828282. Windows color (decimal): -9925981 or 10717800. OLE color: 10717800.

HSL color Cylindrical-coordinate representation of color #688AA3: hue angle of 205.42º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688AA3 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 138 163 -
CMYK 0.36 0.15 0 0.36
HSL 205.42º 0.24% 0.52% -
HSV(B) 205.42º 0.36% 0.64% -
XYZ 21.41 23.76 38.11 -
YUV 130.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 104 138 163 0.36 0.15 0 0.36 205.42 0.24 0.52
Hex 68 8A A3 24 F 0 24 CD 18 34
Octal 150 212 243 44 17 0 44 315 30 64
Binary 1101000 10001010 10100011 100100 1111 0 100100 11001101 11000 110100

Color Harmonies of #688AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688AA3

Black with #688AA3

Text Example


Text Example

White with #688AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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