Html Css Color HEX #688FA4 Bermuda Grey

📋 copy color: '#688FA4'

red 104 ◦ green 143 ◦ blue 164

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

Shades of Bermuda Grey #688FA4

Tints of Bermuda Grey #688FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

 BLUE value IS 164 (64.45% from 255) = 39.9%

R = 25.3%
G = 34.79%
B = 39.9%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#688FA4 (or 0x688FA4) is known color: Bermuda Grey. HEX triplet: 68, 8F and A4. RGB value is (104,143,164). Sum of RGB (Red+Green+Blue) = 104+143+164=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #688FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FA4 is #97705B. Grayscale: #858585. Windows color (decimal): -9924700 or 10784616. OLE color: 10784616.

HSL color Cylindrical-coordinate representation of color #688FA4: hue angle of 201º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #688FA4 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 143 164 -
CMYK 0.37 0.13 0 0.36
HSL 201º 0.25% 0.53% -
HSV(B) 201º 0.37% 0.64% -
XYZ 22.23 25.27 38.83 -
YUV 133.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 104 143 164 0.37 0.13 0 0.36 201 0.25 0.53
Hex 68 8F A4 25 D 0 24 C9 19 35
Octal 150 217 244 45 15 0 44 311 31 65
Binary 1101000 10001111 10100100 100101 1101 0 100100 11001001 11001 110101

Color Harmonies of #688FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FA4

Black with #688FA4

Text Example


Text Example

White with #688FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,143,164); }

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

background-color css

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

 a { background-color: rgb(104,143,164); }

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

border-color css

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

 span { border-color: rgb(104,143,164); }

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