Html Css Color HEX #688CA3 Bermuda Grey

📋 copy color: '#688CA3'

red 104 ◦ green 140 ◦ blue 163

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

Shades of Bermuda Grey #688CA3

Tints of Bermuda Grey #688CA3

RGB

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

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

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

R = 25.55%
G = 34.4%
B = 40.05%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#688CA3 (or 0x688CA3) is known color: Bermuda Grey. HEX triplet: 68, 8C and A3. RGB value is (104,140,163). Sum of RGB (Red+Green+Blue) = 104+140+163=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 163 - color contains mainly: blue. Hex color #688CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688CA3 is #97735C. Grayscale: #838383. Windows color (decimal): -9925469 or 10718312. OLE color: 10718312.

HSL color Cylindrical-coordinate representation of color #688CA3: hue angle of 203.39º 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 #688CA3 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 140 163 -
CMYK 0.36 0.14 0 0.36
HSL 203.39º 0.24% 0.52% -
HSV(B) 203.39º 0.36% 0.64% -
XYZ 21.7 24.34 38.21 -
YUV 131.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 104 140 163 0.36 0.14 0 0.36 203.39 0.24 0.52
Hex 68 8C A3 24 E 0 24 CB 18 34
Octal 150 214 243 44 16 0 44 313 30 64
Binary 1101000 10001100 10100011 100100 1110 0 100100 11001011 11000 110100

Color Harmonies of #688CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CA3

Black with #688CA3

Text Example


Text Example

White with #688CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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